From 7f8b9d0617712afdbf076b416a1e8c8bb5329072 Mon Sep 17 00:00:00 2001
From: Bruce Allen <bdallen@nps.edu>
Date: Mon, 25 Mar 2024 13:54:48 -0700
Subject: [PATCH] add menu shortcut

---
 python/gui_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/gui_manager.py b/python/gui_manager.py
index c95a858..d9f4eee 100644
--- a/python/gui_manager.py
+++ b/python/gui_manager.py
@@ -345,7 +345,7 @@ class GUIManager(QObject):
                                               self.online_documentation)
 
         # action report an issue
-        self.action_report_an_issue = QAction("Report an issue...", self)
+        self.action_report_an_issue = QAction("&Report an issue...", self)
         self.action_report_an_issue.setToolTip("Report an issue about MP")
         self.action_report_an_issue.triggered.connect(self._report_an_issue)
 
-- 
GitLab