Changeset 18404 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2009-11-01T13:19:59+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r17603 r18404 52 52 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 53 53 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/> 54 <attribute name="Plugin-Mainversion" value="2 093"/>54 <attribute name="Plugin-Mainversion" value="2323"/> 55 55 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 56 56 </manifest> -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java
r16750 r18404 1 1 package org.openstreetmap.josm.plugins.czechaddress; 2 3 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 2 4 3 5 import java.awt.event.KeyEvent; … … 184 186 public void pluginStatusChanged(int message) { 185 187 if (message == MESSAGE_DATABASE_LOADED) { 186 czechMenu = Main.main.menu.addMenu("Adresy", KeyEvent.VK_A, 4); 188 czechMenu = Main.main.menu.addMenu("Adresy", KeyEvent.VK_A, 4, ht("/Plugin/CzechAddress")); 187 189 menuItems.add(MainMenu.add(czechMenu, new PointManipulatorAction())); 188 190 menuItems.add(MainMenu.add(czechMenu, new GroupManipulatorAction()));
Note:
See TracChangeset
for help on using the changeset viewer.