- Timestamp:
- 2009-09-08T17:38:25+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
r2070 r2080 49 49 dialog.setContent(all); 50 50 dialog.setButtonIcons(new String[] {"download.png", "cancel.png"}); 51 dialog.showDialog(); 51 52 if (dialog.getValue() != 1) return; 52 53 openUrl(layer.isSelected(), urltext.getText());
Note:
See TracChangeset
for help on using the changeset viewer.