mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Typo
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
c2914e9be9
commit
74e932af4f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class GdbBasicCliConsolePage extends IOConsolePage implements IDebugConte
|
||||||
menuManager.add(fTerminateLaunchAction);
|
menuManager.add(fTerminateLaunchAction);
|
||||||
menuManager.add(new Separator());
|
menuManager.add(new Separator());
|
||||||
|
|
||||||
// Other plug-ins can contribute there actions here
|
// Other plug-ins can contribute their actions here
|
||||||
menuManager.add(new Separator(IWorkbenchActionConstants.MB_ADDITIONS));
|
menuManager.add(new Separator(IWorkbenchActionConstants.MB_ADDITIONS));
|
||||||
|
|
||||||
menuManager.add(fShowPreferencePageAction);
|
menuManager.add(fShowPreferencePageAction);
|
||||||
|
|
Loading…
Add table
Reference in a new issue