1
0
Fork 0
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:
Vivian Kong 2007-05-28 20:25:51 +00:00
parent a8ab7fb14f
commit 54f848af6f

View file

@ -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&ethods
DefaultCFoldingPreferenceBlock_structures= &Structures DefaultCFoldingPreferenceBlock_structures= &Structures
DefaultCFoldingPreferenceBlock_comments= &Comments DefaultCFoldingPreferenceBlock_comments= &Comments
DefaultCFoldingPreferenceBlock_headers= &Header Comments DefaultCFoldingPreferenceBlock_headers= &Header Comments