fixes bug #986699: Print Service not separating verses

This commit is contained in:
Martin Barrett 2012-06-30 18:16:26 +01:00
parent ac769b96f9
commit 620b8d519b
1 changed files with 1 additions and 1 deletions

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
self.mainWindow.clipboard.setText(clipboard_text)
xrange.mainWindow.clipboard.setText(clipboard_text)
def copyHtmlText(self):
"""