Index: /trunk/src/org/openstreetmap/josm/actions/DownloadNotesInViewAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/DownloadNotesInViewAction.java	(revision 8662)
+++ /trunk/src/org/openstreetmap/josm/actions/DownloadNotesInViewAction.java	(revision 8663)
@@ -21,5 +21,6 @@
 
     private DownloadNotesInViewAction(String iconName) {
-        super(tr("Download notes in current view"), iconName, tr("Download notes in current view"), null, false);
+        super(tr("Download notes in current view"), iconName, tr("Download notes in current view"), null, false,
+                "dialogs/notes/download_in_view", true);
     }
 
