- Timestamp:
- 2012-02-18T14:01:08+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r4932 r4983 134 134 135 135 cbStartup = new JCheckBox(tr("Open this dialog on startup")); 136 cbStartup.setToolTipText(tr("<html>Autostart Download from OSM dialog every time JOSM is started.<br>You can open it manually from File menu or by Ctrl-Shift-D</html>"));136 cbStartup.setToolTipText(tr("<html>Autostart ''Download from OSM'' dialog every time JOSM is started.<br>You can open it manually from File menu or toolbar</html>")); 137 137 cbStartup.addActionListener(new ActionListener() { 138 138 public void actionPerformed(ActionEvent e) {
Note:
See TracChangeset
for help on using the changeset viewer.