mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fixed invalid resource keys.
This commit is contained in:
parent
55afbf6bc5
commit
2a84dfb7e3
2 changed files with 3 additions and 3 deletions
|
@ -278,8 +278,8 @@ ActionDefinition.addInclude.name= Add Include
|
||||||
ActionDefinition.addInclude.description= Create include statement on selection
|
ActionDefinition.addInclude.description= Create include statement on selection
|
||||||
|
|
||||||
#Organize Includes
|
#Organize Includes
|
||||||
ActionDefinition.addInclude.name= Organize Includes
|
ActionDefinition.organizeIncludes.name= Organize Includes
|
||||||
ActionDefinition.addInclude.description= Evaluates all required includes and replaces the current includes
|
ActionDefinition.organizeIncludes.description= Evaluates all required includes and replaces the current includes
|
||||||
|
|
||||||
#Sort Lines
|
#Sort Lines
|
||||||
ActionDefinition.sortLines.name= Sort Lines
|
ActionDefinition.sortLines.name= Sort Lines
|
||||||
|
|
|
@ -2977,7 +2977,7 @@
|
||||||
</command>
|
</command>
|
||||||
<command
|
<command
|
||||||
name="%ActionDefinition.organizeIncludes.name"
|
name="%ActionDefinition.organizeIncludes.name"
|
||||||
description="%ActionDefinition.OrganizeIncludes.description"
|
description="%ActionDefinition.organizeIncludes.description"
|
||||||
categoryId="org.eclipse.cdt.ui.category.source"
|
categoryId="org.eclipse.cdt.ui.category.source"
|
||||||
id="org.eclipse.cdt.ui.edit.text.c.organize.includes">
|
id="org.eclipse.cdt.ui.edit.text.c.organize.includes">
|
||||||
</command>
|
</command>
|
||||||
|
|
Loading…
Add table
Reference in a new issue