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