From f99eeb2fc8813b7db7ca4f26fad755b2dd362ca5 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Wed, 17 May 2017 00:29:08 +0300 Subject: [PATCH] ids for cvs toolbars Signed-off-by: Konstantin Bulenkov --- .../com/intellij/cvsSupport2/ui/experts/SelectLocationStep.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/ui/experts/SelectLocationStep.java b/plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/ui/experts/SelectLocationStep.java index 0b1c50a4ef50..05258e4e2f6b 100644 --- a/plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/ui/experts/SelectLocationStep.java +++ b/plugins/cvs/cvs-plugin/src/com/intellij/cvsSupport2/ui/experts/SelectLocationStep.java @@ -100,7 +100,7 @@ public abstract class SelectLocationStep extends WizardStep { protected void init() { final DefaultActionGroup fileSystemActionGroup = createFileSystemActionGroup(); - myFileSystemToolBar = ActionManager.getInstance().createActionToolbar(ActionPlaces.UNKNOWN, fileSystemActionGroup, true); + myFileSystemToolBar = ActionManager.getInstance().createActionToolbar("CvsSelectLocation", fileSystemActionGroup, true); final JTree tree = myFileSystemTree.getTree(); tree.getSelectionModel().addTreeSelectionListener(myTreeSelectionListener);