diff --git a/raven/plugins/notesplugin.py b/raven/plugins/notesplugin.py index ed51f70..cc2dfb2 100644 --- a/raven/plugins/notesplugin.py +++ b/raven/plugins/notesplugin.py @@ -26,7 +26,7 @@ class NotesPlugin(PluginBase): ] def _add_notes_tab_action(self) -> RAction: - open_file = RAction("&Add Notes", self._add_notes_tab, shortcut='Ctrl+Shift+N', + open_file = RAction("Add &Notes", self._add_notes_tab, shortcut='Ctrl+Shift+N', icon_from_theme="filenew") return open_file