Changeset 27467 in osm
- Timestamp:
- 2012-01-15T12:20:17+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 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 -
applications/editors/josm/plugins/print
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/waypoint_search/src/org/openstreetmap/josm/plugins/waypointSearch/SelectWaypointDialog.java
r23192 r27467 58 58 59 59 //add panel to JOSM gui 60 add(panel,BorderLayout.CENTER);60 createLayout(panel, false, null); 61 61 } 62 62
Note:
See TracChangeset
for help on using the changeset viewer.