Changeset 18314 in osm for applications
- Timestamp:
- 2009-10-27T19:49:43+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r18278 r18314 1 1 package cadastre_fr; 2 2 3 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 3 4 import static org.openstreetmap.josm.tools.I18n.marktr; 4 5 import static org.openstreetmap.josm.tools.I18n.tr; … … 133 134 134 135 if (cadastreJMenu == null) { 135 cadastreJMenu = menu.addMenu(marktr("Cadastre"), KeyEvent.VK_C, menu.defaultMenuPos );136 cadastreJMenu = menu.addMenu(marktr("Cadastre"), KeyEvent.VK_C, menu.defaultMenuPos, ht("/Menu/Cadastre")); 136 137 JosmAction grab = new MenuActionGrab(); 137 138 JMenuItem menuGrab = new JMenuItem(grab);
Note:
See TracChangeset
for help on using the changeset viewer.