1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00

extern string

This commit is contained in:
David Inglis 2004-05-12 13:38:22 +00:00
parent 3a2ac35857
commit 9de996037c
2 changed files with 3 additions and 1 deletions

View file

@ -43,3 +43,5 @@ ActionDefinition.uncomment.name= Uncomment
ActionDefinition.uncomment.description= Uncomment the selected # style comment lines ActionDefinition.uncomment.description= Uncomment the selected # style comment lines
MakefileEditor.name=Makefile Editor MakefileEditor.name=Makefile Editor
ProjectPathProperies.name=C/C++ Project Paths

View file

@ -300,7 +300,7 @@
<page <page
objectClass="org.eclipse.core.resources.IProject" objectClass="org.eclipse.core.resources.IProject"
adaptable="true" adaptable="true"
name="C/C++ Project Paths" name="%ProjectPathProperies.name"
nameFilter="*" nameFilter="*"
class="org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathPropertyPage" class="org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathPropertyPage"
id="org.eclipse.cdt.internal.ui.dialogs.cpath.CPathPropertyPage"> id="org.eclipse.cdt.internal.ui.dialogs.cpath.CPathPropertyPage">