Changeset 9159 in osm for applications
- Timestamp:
- 2008-07-18T22:50:28+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippy_map_chooser/src/SlippyMapChooser.java
r8687 r9159 82 82 temp.add(this, BorderLayout.CENTER); 83 83 temp.add(new JLabel((tr("Zoom: Mousewheel or double click. Move map: Hold right mousebutton and move mouse. Select: Click."))), BorderLayout.SOUTH); 84 iGui.tabpane.add(temp, "Slippy map");84 iGui.tabpane.add(temp, tr("Slippy map")); 85 85 86 86 new OsmMapControl(this,temp, iSizeButton);
Note:
See TracChangeset
for help on using the changeset viewer.