mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix minor label bug
This commit is contained in:
parent
0099e3903e
commit
20eedfc477
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-02 -20 David Inglis
|
||||
|
||||
* src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java
|
||||
Fixed minor label problem.
|
||||
|
||||
2003-02-19 David Inglis
|
||||
* src/org/eclipse/cdt/ui/wizards/conversion/ConversionWizard.java
|
||||
* src/org/eclipse/cdt/ui/wizards/conversion/ConvertToStdMakeConversionWizard.java
|
||||
|
|
|
@ -105,8 +105,8 @@ public class CEditorActionContributor extends TextEditorActionContributor {
|
|||
CPluginImages.setImageDescriptors(fShiftLeft, CPluginImages.T_LCL, CPluginImages.IMG_MENU_SHIFT_LEFT);
|
||||
|
||||
fContentAssist = new RetargetTextEditorAction(bundle, "ContentAssistProposal.");
|
||||
fAddInclude = new RetargetTextEditorAction(bundle, "AddIncludeOnSelection");
|
||||
fOpenOnSelection = new RetargetTextEditorAction(bundle, "OpenOnSelection");
|
||||
fAddInclude = new RetargetTextEditorAction(bundle, "AddIncludeOnSelection.");
|
||||
fOpenOnSelection = new RetargetTextEditorAction(bundle, "OpenOnSelection.");
|
||||
|
||||
//fToggleTextHover= new ToggleTextHoverAction();
|
||||
fPreviousError= new GotoErrorAction("Editor.PreviousError.", false); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue