Changeset 8663 in josm


Ignore:
Timestamp:
2015-08-16T22:18:35+02:00 (9 years ago)
Author:
simon04
Message:

fix #11442 - "Toolbar action" bug w/ 'notes' & normal dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadNotesInViewAction.java

    r8624 r8663  
    2121
    2222    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);
    2425    }
    2526
Note: See TracChangeset for help on using the changeset viewer.