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:
+1
-1
@@ -130,7 +130,7 @@ public class ChooseActionsDialog extends DialogWrapper {
|
||||
private JPanel createToolbarPanel() {
|
||||
final JPanel panel = new JPanel(new BorderLayout());
|
||||
DefaultActionGroup group = new DefaultActionGroup();
|
||||
final JComponent toolbar = ActionManager.getInstance().createActionToolbar(ActionPlaces.UNKNOWN, group, true).getComponent();
|
||||
final JComponent toolbar = ActionManager.getInstance().createActionToolbar("ChooseActionsDialog", group, true).getComponent();
|
||||
final CommonActionsManager commonActionsManager = CommonActionsManager.getInstance();
|
||||
final TreeExpander treeExpander = new TreeExpander() {
|
||||
public void expandAll() {
|
||||
|
||||
Reference in New Issue
Block a user