Changeset 29784 in osm for applications/editors/josm/plugins/cadastre-fr
- Timestamp:
- 2013-07-26T21:06:52+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr
- Files:
-
- 1 added
- 2 edited
-
build (added)
-
build.xml (modified) (1 diff)
-
src/cadastre_fr/CadastrePlugin.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/build.xml
r29734 r29784 4 4 <property name="commit.message" value="Changed constructor for Plugin"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 5960"/>6 <property name="plugin.main.version" value="6088"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r29714 r29784 210 210 211 211 if (cadastreJMenu == null) { 212 cadastreJMenu = menu.addMenu(marktr("Cadastre"), KeyEvent.VK_C, menu. defaultMenuPos, ht("/Plugin/CadastreFr"));212 cadastreJMenu = menu.addMenu(marktr("Cadastre"), KeyEvent.VK_C, menu.getDefaultMenuPos(), ht("/Plugin/CadastreFr")); 213 213 JosmAction grab = new MenuActionGrab(); 214 214 JMenuItem menuGrab = new JMenuItem(grab);
Note:
See TracChangeset
for help on using the changeset viewer.
