Changeset 27755 in osm for applications/editors/josm/plugins/czechaddress/src
- Timestamp:
- 2012-02-12T16:48:07+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java
r23190 r27755 2 2 3 3 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 import static org.openstreetmap.josm.tools.I18n.marktr; 4 5 5 6 import java.awt.event.KeyEvent; … … 191 192 public void pluginStatusChanged(int message) { 192 193 if (message == MESSAGE_DATABASE_LOADED) { 193 czechMenu = Main.main.menu.addMenu( "Adresy", KeyEvent.VK_A, 4, ht("/Plugin/CzechAddress"));194 czechMenu = Main.main.menu.addMenu(marktr("Adress"), KeyEvent.VK_A, 4, ht("/Plugin/CzechAddress")); 194 195 menuItems.add(MainMenu.add(czechMenu, new PointManipulatorAction())); 195 196 menuItems.add(MainMenu.add(czechMenu, new GroupManipulatorAction()));
Note:
See TracChangeset
for help on using the changeset viewer.