Changeset 29784 in osm for applications/editors/josm/plugins/sds
- Timestamp:
- 2013-07-26T21:06:52+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/sds
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/sds/build.xml
r29684 r29784 5 5 <property name="commit.message" value=""/> 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 <!-- -
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsMenu.java
r28160 r29784 40 40 public SdsMenu(final SeparateDataStorePlugin thePlugin) { 41 41 MainMenu mm = Main.main.menu; 42 menu = mm.addMenu(marktr("SDS"), KeyEvent.VK_S, mm. defaultMenuPos, null);42 menu = mm.addMenu(marktr("SDS"), KeyEvent.VK_S, mm.getDefaultMenuPos(), null); 43 43 saveItem = new JMenuItem(new SdsSaveAction()); 44 44 menu.add(saveItem);
Note:
See TracChangeset
for help on using the changeset viewer.