1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

externalize properties and preference page titles

This commit is contained in:
Vivian Kong 2008-04-14 17:33:24 +00:00
parent 28b527741f
commit df92508705
2 changed files with 5 additions and 3 deletions

View file

@ -393,7 +393,9 @@ Option.Xlc.Assembler.warn.suppress=Suppress warnings (-W)
Option.Xlc.Assembler.version=Announce version (-v)
# XL C/C++ Preference page
XLCompilerPreferencePage.name = XL C/C++ Compiler
XLCompilerPropertyPage.name = XL C/C++ Compiler

View file

@ -3110,7 +3110,7 @@
category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
class="org.eclipse.cdt.managedbuilder.xlc.ui.preferences.XLCompilerPreferencePage"
id="org.eclipse.cdt.managedbuilder.xlc.ui.preferences.XLCompilerPreferencePage"
name="XL C/C++ Compiler">
name="%XLCompilerPreferencePage.name">
</page>
</extension>
<extension
@ -3125,7 +3125,7 @@
category="org.eclipse.cdt.managedbuilder.ui.properties.Page_head_build"
class="org.eclipse.cdt.managedbuilder.xlc.ui.properties.XLCompilerPropertyPage"
id="org.eclipse.cdt.managedbuilder.xlc.ui.properties.samplePropertyPage"
name="XL C/C++ Compiler">
name="%XLCompilerPropertyPage.name">
<filter
name="projectNature"
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature">