mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ids for cvs toolbars
Signed-off-by: Konstantin Bulenkov <kb@jetbrains.com>
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user