forked from openlp/openlp
fixes bug #986699: Print Service not separating verses
This commit is contained in:
parent
620b8d519b
commit
d9037de8f2
@ -347,7 +347,7 @@ class PrintServiceForm(QtGui.QDialog, Ui_PrintServiceDialog):
|
|||||||
# remove the icon from the text
|
# remove the icon from the text
|
||||||
clipboard_text = clipboard_text.replace(u'\ufffc\xa0', u'')
|
clipboard_text = clipboard_text.replace(u'\ufffc\xa0', u'')
|
||||||
# and put it all on the clipboard
|
# and put it all on the clipboard
|
||||||
xrange.mainWindow.clipboard.setText(clipboard_text)
|
self.mainWindow.clipboard.setText(clipboard_text)
|
||||||
|
|
||||||
def copyHtmlText(self):
|
def copyHtmlText(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user