mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 570775: Correct ID of InvertColorsAction
Change-Id: Id74b075a3a0d932cb65041c8d206f9ca2663cdf1
This commit is contained in:
parent
67c048d5cc
commit
d3f09041de
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class InvertColorsAction extends AbstractTerminalAction {
|
|||
* @param tabFolderManager The parent tab folder manager. Must not be <code>null</code>.
|
||||
*/
|
||||
public InvertColorsAction(TabFolderManager tabFolderManager) {
|
||||
super(null, SelectEncodingAction.class.getName(), IAction.AS_CHECK_BOX);
|
||||
super(null, InvertColorsAction.class.getName(), IAction.AS_CHECK_BOX);
|
||||
|
||||
Assert.isNotNull(tabFolderManager);
|
||||
setupAction(Messages.InvertColorsAction_menu, Messages.InvertColorsAction_tooltip, (ImageDescriptor) null,
|
||||
|
|
Loading…
Add table
Reference in a new issue