Changeset 27852 in osm for applications/editors/josm/plugins/restart
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/restart
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/restart/build.xml
r27833 r27852 32 32 <property name="commit.message" value="Commit message"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="49 28"/>34 <property name="plugin.main.version" value="4980"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/restart/src/josmrestartplugin/RestartJosmAction.java
r27833 r27852 18 18 Shortcut.registerShortcut("file:restart", 19 19 tr("File: {0}", tr("Restart JOSM")), 20 KeyEvent.VK_J, Shortcut. GROUP_DIRECT3+Shortcut.GROUPS_ALT1),20 KeyEvent.VK_J, Shortcut.ALT_CTRL_SHIFT), 21 21 false); 22 22 putValue("toolbar", "action/restart");
Note:
See TracChangeset
for help on using the changeset viewer.