1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

fix for bug 187383 - externalize "Preference Configuration" on Discovery Options tab

This commit is contained in:
Vivian Kong 2007-05-17 00:35:29 +00:00
parent 5e93cfda78
commit 16a0c206f8
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,7 @@
* Contributors: * Contributors:
* Intel Corporation - Initial API and implementation * Intel Corporation - Initial API and implementation
* Markus Schorn (Wind River Systems) * Markus Schorn (Wind River Systems)
* IBM Corporation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.internal.core.settings.model; package org.eclipse.cdt.internal.core.settings.model;
@ -143,7 +144,7 @@ public class CProjectDescriptionManager implements ICProjectDescriptionManager {
private static final String PREFERENCES_ELEMENT = "preferences"; //$NON-NLS-1$ private static final String PREFERENCES_ELEMENT = "preferences"; //$NON-NLS-1$
private static final String ID = "id"; //$NON-NLS-1$ private static final String ID = "id"; //$NON-NLS-1$
private static final String PREFERENCE_CFG_ID_PREFIX = "preference."; //$NON-NLS-1$ private static final String PREFERENCE_CFG_ID_PREFIX = "preference."; //$NON-NLS-1$
private static final String PREFERENCE_CFG_NAME = "Preference Configuration"; //$NON-NLS-1$ private static final String PREFERENCE_CFG_NAME = SettingsModelMessages.getString("CProjectDescriptionManager.15"); //$NON-NLS-1$
private static final String ROOT_PREFERENCE_ELEMENT = "preferences"; //$NON-NLS-1$ private static final String ROOT_PREFERENCE_ELEMENT = "preferences"; //$NON-NLS-1$
private static final String DEFAULT_CFG_ID_PREFIX = CCorePlugin.PLUGIN_ID + ".default.config"; //$NON-NLS-1$ private static final String DEFAULT_CFG_ID_PREFIX = CCorePlugin.PLUGIN_ID + ".default.config"; //$NON-NLS-1$
private static final String DEFAULT_CFG_NAME = "Configuration"; //$NON-NLS-1$ private static final String DEFAULT_CFG_NAME = "Configuration"; //$NON-NLS-1$

View file

@ -7,6 +7,7 @@
# #
# Contributors: # Contributors:
# Intel Corporation - Initial API and implementation # Intel Corporation - Initial API and implementation
# IBM Corporation
############################################################################### ###############################################################################
CConfigurationDataProviderDescriptor.1=illegal provider implementation CConfigurationDataProviderDescriptor.1=illegal provider implementation
CConfigurationDataProviderDescriptor.2=no provider defined CConfigurationDataProviderDescriptor.2=no provider defined
@ -32,6 +33,7 @@ CProjectDescriptionManager.11=storage file not found
CProjectDescriptionManager.12=Serialing CDT Project settings.. CProjectDescriptionManager.12=Serialing CDT Project settings..
CProjectDescriptionManager.13=Refreshing the project settings CProjectDescriptionManager.13=Refreshing the project settings
CProjectDescriptionManager.14=workspace info element does not exist CProjectDescriptionManager.14=workspace info element does not exist
CProjectDescriptionManager.15=Preference Configuration
CFolderDescription.0=data was not created CFolderDescription.0=data was not created
CFolderDescription.1=expected proxy of type ICLanguageSetting, but was CFolderDescription.1=expected proxy of type ICLanguageSetting, but was
CFolderDescription.2=data was not created CFolderDescription.2=data was not created