Changeset 27467 in osm for applications/editors/josm/plugins/mapdust/src/org/openstreetmap
- Timestamp:
- 2012-01-15T12:20:17+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapdust/src/org/openstreetmap/josm/plugins/mapdust/gui/MapdustGUI.java
r25828 r27467 313 313 mainPanel.add(tabbedPane, BorderLayout.CENTER); 314 314 } 315 add(mainPanel,BorderLayout.CENTER);315 createLayout(mainPanel, false, null); 316 316 } 317 317
Note:
See TracChangeset
for help on using the changeset viewer.