Changeset 27465 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2012-01-15T12:10:55+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r27352 r27465 33 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 34 34 <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/> 35 <attribute name="Plugin-Mainversion" value="4 549"/>35 <attribute name="Plugin-Mainversion" value="4733"/> 36 36 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 37 37 </manifest> -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/ManagerAction.java
r23190 r27465 23 23 "Adresy: Přiřadit adresy", 24 24 KeyEvent.VK_P, Shortcut.GROUP_DIRECT, Shortcut.SHIFT_DEFAULT), 25 true); 25 true, "czechaddress/manager", true); 26 26 } 27 27 -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/FactoryDialog.java
r26299 r27465 68 68 initComponents(); 69 69 setLayout(originalManager); 70 add(mainPanel);70 createLayout(mainPanel, false, null); 71 71 72 72 // Register to all messages
Note:
See TracChangeset
for help on using the changeset viewer.