fixes bug #986699: Print Service not separating verses

This commit is contained in:
Martin Barrett 2012-06-30 18:16:44 +01:00
parent 620b8d519b
commit d9037de8f2

View File

@ -347,7 +347,7 @@ class PrintServiceForm(QtGui.QDialog, Ui_PrintServiceDialog):
# remove the icon from the text
clipboard_text = clipboard_text.replace(u'\ufffc\xa0', u'')
# and put it all on the clipboard
xrange.mainWindow.clipboard.setText(clipboard_text)
self.mainWindow.clipboard.setText(clipboard_text)
def copyHtmlText(self):
"""