Updated docs and clarified a insert menu entry

This commit is contained in:
Veronica K. B. Olsen
2020-11-21 15:22:13 +01:00
parent 22d268c6e1
commit 75ef523bc5
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -502,8 +502,8 @@ class GuiMainMenu(QMenuBar):
# Insert
self.insertMenu = self.addMenu("&Insert")
# Insert > Dashes
self.mInsDashes = self.insertMenu.addMenu("Dashes")
# Insert > Dashes and Dots
self.mInsDashes = self.insertMenu.addMenu("Dashes and Dots")
# Insert > Short Dash
self.aInsENDash = QAction("Short Dash", self)