Changeset 1761 in josm for trunk/src/org
- Timestamp:
- 2009-07-11T06:50:58+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/SlippyMapChooser.java
r1755 r1761 108 108 slipyyMapTabPanel.setLayout(new BorderLayout()); 109 109 slipyyMapTabPanel.add(this, BorderLayout.CENTER); 110 String labelText = "<b>Zoom:</b> Mousewheel, double click or Ctrl + Up/Down "111 + "<b>Move map:</b> Hold right mousebutton and move mouse or use cursor keys. <b>Select:</b> Click.";112 slipyyMapTabPanel.add(new JLabel("<html>" + tr(labelText)+ "</html>"), BorderLayout.SOUTH);110 String labelText = tr("<b>Zoom:</b> Mousewheel, double click or Ctrl + Up/Down " 111 + "<b>Move map:</b> Hold right mousebutton and move mouse or use cursor keys. <b>Select:</b> Click."); 112 slipyyMapTabPanel.add(new JLabel("<html>" + labelText + "</html>"), BorderLayout.SOUTH); 113 113 iGui.tabpane.add(slipyyMapTabPanel, tr("Slippy map")); 114 114 new OsmMapControl(this, slipyyMapTabPanel, iSizeButton, iSourceButton);
Note:
See TracChangeset
for help on using the changeset viewer.