- Timestamp:
- 2015-08-16T22:18:35+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadNotesInViewAction.java
r8624 r8663 21 21 22 22 private DownloadNotesInViewAction(String iconName) { 23 super(tr("Download notes in current view"), iconName, tr("Download notes in current view"), null, false); 23 super(tr("Download notes in current view"), iconName, tr("Download notes in current view"), null, false, 24 "dialogs/notes/download_in_view", true); 24 25 } 25 26
Note:
See TracChangeset
for help on using the changeset viewer.