Fixed typo in enum

This commit is contained in:
Veronica K. B. Olsen
2020-06-27 21:06:19 +02:00
parent 9f8963d6d2
commit dad4677791
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ class GuiDocEditor(QTextEdit):
self.copy()
elif theAction == nwDocAction.PASTE:
self.paste()
elif theAction == nwDocAction.ENPH:
elif theAction == nwDocAction.EMPH:
self._toggleEmph(1)
elif theAction == nwDocAction.STRONG:
self._toggleEmph(2)