Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
r1415 r1677 43 43 all.add(urltext, GBC.eol()); 44 44 all.add(layer, GBC.eol()); 45 int answer = new ExtendedDialog(Main.parent, 46 tr("Download Location"), 45 int answer = new ExtendedDialog(Main.parent, 46 tr("Download Location"), 47 47 all, 48 new String[] {tr("Download URL"), tr("Cancel")}, 49 new String[] {"download.png", "cancel.png"}).getValue(); 48 new String[] {tr("Download URL"), tr("Cancel")}, 49 new String[] {"download.png", "cancel.png"}).getValue(); 50 50 if (answer != 1) return; 51 51 openUrl(layer.isSelected(), urltext.getText());
Note: See TracChangeset
for help on using the changeset viewer.
