Changeset 27826 in osm for applications/editors/josm/plugins/terracer
- Timestamp:
- 2012-02-17T17:12:24+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/terracer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/build.xml
r26990 r27826 32 32 <property name="ant.build.javac.target" value="1.5"/> 33 33 <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct"/> 34 <property name="plugin.main.version" value="4 549"/>34 <property name="plugin.main.version" value="4928"/> 35 35 <target name="init"> 36 36 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java
r26029 r27826 71 71 Shortcut.registerShortcut("tools:Terracer", tr("Tool: {0}", 72 72 tr("Terrace a building")), KeyEvent.VK_T, 73 Shortcut.GROUP_EDIT ,Shortcut.SHIFT_DEFAULT), true);73 Shortcut.GROUP_EDIT+Shortcut.GROUPS_ALT1), true); 74 74 } 75 75
Note:
See TracChangeset
for help on using the changeset viewer.