Remove the alternative double apostrophe again

This commit is contained in:
Veronica K. B. Olsen
2020-08-23 20:55:30 +02:00
parent cb1eb0f5a3
commit 5f033a98bf
6 changed files with 2 additions and 16 deletions
-2
View File
@@ -614,8 +614,6 @@ class GuiDocEditor(QTextEdit):
theText = nwUnicode.U_HELLIP
elif theInsert == nwDocInsert.MODAPOS_S:
theText = nwUnicode.U_MAPOSS
elif theInsert == nwDocInsert.MODAPOS_D:
theText = nwUnicode.U_MAPOSD
elif theInsert == nwDocInsert.QUOTE_LS:
theText = self.typSQOpen
elif theInsert == nwDocInsert.QUOTE_RS: