mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
extern string
This commit is contained in:
parent
3a2ac35857
commit
9de996037c
2 changed files with 3 additions and 1 deletions
|
@ -43,3 +43,5 @@ ActionDefinition.uncomment.name= Uncomment
|
|||
ActionDefinition.uncomment.description= Uncomment the selected # style comment lines
|
||||
|
||||
MakefileEditor.name=Makefile Editor
|
||||
|
||||
ProjectPathProperies.name=C/C++ Project Paths
|
||||
|
|
|
@ -300,7 +300,7 @@
|
|||
<page
|
||||
objectClass="org.eclipse.core.resources.IProject"
|
||||
adaptable="true"
|
||||
name="C/C++ Project Paths"
|
||||
name="%ProjectPathProperies.name"
|
||||
nameFilter="*"
|
||||
class="org.eclipse.cdt.internal.ui.dialogs.cpaths.CPathPropertyPage"
|
||||
id="org.eclipse.cdt.internal.ui.dialogs.cpath.CPathPropertyPage">
|
||||
|
|
Loading…
Add table
Reference in a new issue