Changeset 27465 in osm for applications/editors/josm/plugins/czechaddress/src
- Timestamp:
- 2012-01-15T12:10:55+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.