Changeset 27816 in osm for applications/editors
- Timestamp:
- 2012-02-16T21:54:34+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/simplifyarea
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/simplifyarea/build.xml
r27354 r27816 32 32 <property name="commit.message" value="Initial commit"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 549"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <!-- 36 36 ************************************************ -
applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java
r26997 r27816 47 47 public SimplifyAreaAction() { 48 48 super(tr("Simplify Area"), "simplify", tr("Delete unnecessary nodes from an area."), 49 Shortcut.registerShortcut("tools:simplifyArea", tr("Tool: {0}", tr("Simplify Area")), KeyEvent.VK_F, Shortcut.GROUP_EDIT , Shortcut.SHIFT_DEFAULT), true);49 Shortcut.registerShortcut("tools:simplifyArea", tr("Tool: {0}", tr("Simplify Area")), KeyEvent.VK_F, Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true); 50 50 } 51 51
Note:
See TracChangeset
for help on using the changeset viewer.