mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ActionPlaces.UNKNOWN -> real name for toolbars
Signed-off-by: Konstantin Bulenkov <kb@jetbrains.com>
This commit is contained in:
@@ -196,7 +196,7 @@ public class TerminalView {
|
||||
group.add(new CloseSession(terminal, toolWindow));
|
||||
}
|
||||
|
||||
return ActionManager.getInstance().createActionToolbar(ActionPlaces.UNKNOWN, group, false);
|
||||
return ActionManager.getInstance().createActionToolbar("Terminal", group, false);
|
||||
}
|
||||
|
||||
public void createNewSession(Project project, final AbstractTerminalRunner terminalRunner) {
|
||||
|
||||
Reference in New Issue
Block a user