Remove the alternative double apostrophe again
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user