mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Patch for bug 189452 by Jason Montojo - Mnemonic conflict for Methods/Macros in Folding preference page
This commit is contained in:
parent
a8ab7fb14f
commit
54f848af6f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2000, 2006 IBM Corporation and others.
|
# Copyright (c) 2000, 2007 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
DefaultCFoldingPreferenceBlock_title= Initially fold these region types:
|
DefaultCFoldingPreferenceBlock_title= Initially fold these region types:
|
||||||
DefaultCFoldingPreferenceBlock_macros= &Macros
|
DefaultCFoldingPreferenceBlock_macros= &Macros
|
||||||
DefaultCFoldingPreferenceBlock_functions= &Functions
|
DefaultCFoldingPreferenceBlock_functions= &Functions
|
||||||
DefaultCFoldingPreferenceBlock_methods= &Methods
|
DefaultCFoldingPreferenceBlock_methods= Mðods
|
||||||
DefaultCFoldingPreferenceBlock_structures= &Structures
|
DefaultCFoldingPreferenceBlock_structures= &Structures
|
||||||
DefaultCFoldingPreferenceBlock_comments= &Comments
|
DefaultCFoldingPreferenceBlock_comments= &Comments
|
||||||
DefaultCFoldingPreferenceBlock_headers= &Header Comments
|
DefaultCFoldingPreferenceBlock_headers= &Header Comments
|
||||||
|
|
Loading…
Add table
Reference in a new issue