Changeset 26160 in osm for applications
- Timestamp:
- 2011-06-20T10:13:14+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java
r24193 r26160 19 19 tr("File: {0}", tr("Restart JOSM")), 20 20 KeyEvent.VK_R, Shortcut.GROUP_MENU), 21 true); 21 false); 22 putValue("toolbar", "action/restart"); 23 Main.toolbar.register(this); 22 24 } 23 25 … … 38 40 System.out.print(s + " "); 39 41 System.out.println(); 40 42 41 43 Runtime.getRuntime().exec(cmds); 42 44 } catch (Exception e) {
Note:
See TracChangeset
for help on using the changeset viewer.