Ignore:
Timestamp:
2011-06-20T10:13:14+02:00 (13 years ago)
Author:
stoecker
Message:

fix #josm6480 - toolbar action fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java

    r24193 r26160  
    1919                tr("File: {0}", tr("Restart JOSM")),
    2020                KeyEvent.VK_R, Shortcut.GROUP_MENU),
    21                 true);
     21                false);
     22        putValue("toolbar", "action/restart");
     23        Main.toolbar.register(this);
    2224    }
    2325
     
    3840                System.out.print(s + " ");
    3941            System.out.println();
    40            
     42
    4143            Runtime.getRuntime().exec(cmds);
    4244        } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.