Changeset 27807 in osm for applications
- Timestamp:
- 2012-02-16T20:55:16+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r27465 r27807 33 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 34 34 <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/> 35 <attribute name="Plugin-Mainversion" value="4 733"/>35 <attribute name="Plugin-Mainversion" value="4928"/> 36 36 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 37 37 </manifest> -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/ManagerAction.java
r27465 r27807 20 20 null,//"envelope-closed-big.png", 21 21 "Upravit jména elemntů dle mapy", 22 Shortcut.registerShortcut("address:assignaddress", 23 "Adresy: Přiřadit adresy", 24 KeyEvent.VK_P, Shortcut.GROUP_DIRECT, Shortcut.SHIFT_DEFAULT), 22 null, 25 23 true, "czechaddress/manager", true); 26 24 } -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/SplitAreaByEmptyWayAction.java
r26299 r27807 43 43 Shortcut.registerShortcut("tools:splitarea", 44 44 tr("Tool: {0}", tr("Split area")), 45 KeyEvent.VK_ S, Shortcut.GROUP_MENU),45 KeyEvent.VK_W, Shortcut.GROUP_DIRECT2+Shortcut.GROUPS_ALT1), 46 46 true); 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.