Changeset 29784 in osm for applications/editors/josm/plugins/public_transport
- Timestamp:
- 2013-07-26T21:06:52+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/public_transport
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/public_transport/PublicTransportPlugin.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/build.xml
r29661 r29784 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="60 10"/>7 <property name="plugin.main.version" value="6088"/> 8 8 9 9 <property name="plugin.author" value="Roland M. Olbricht"/> -
applications/editors/josm/plugins/public_transport/src/public_transport/PublicTransportPlugin.java
r27877 r29784 36 36 37 37 if (jMenu == null) 38 jMenu = menu.addMenu(marktr("Public Transport"), KeyEvent.VK_COMMA, menu. defaultMenuPos, "help");38 jMenu = menu.addMenu(marktr("Public Transport"), KeyEvent.VK_COMMA, menu.getDefaultMenuPos(), "help"); 39 39 else 40 40 jMenu.removeAll();
Note:
See TracChangeset
for help on using the changeset viewer.
