diff -r 092aa8fafa4e -r f6ccc31d6e72 QScintilla/Exporters/ExporterRTF.py --- a/QScintilla/Exporters/ExporterRTF.py Sat Jan 02 16:15:57 2010 +0000 +++ b/QScintilla/Exporters/ExporterRTF.py Sat Jan 02 17:09:08 2010 +0000 @@ -34,7 +34,7 @@ RTF_COLORDEFCLOSE = "}" RTF_INFOOPEN = "{\\info " RTF_INFOCLOSE = "}" - RTF_COMMENT = "{\\comment Generated by eric4's RTF export filter.}" + RTF_COMMENT = "{\\comment Generated by eric5's RTF export filter.}" RTF_CREATED = "{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}" # to be used by strftime RTF_BODYOPEN = "" RTF_BODYCLOSE = "}" @@ -338,4 +338,4 @@ QMessageBox.StandardButtons(\ QMessageBox.Ok)) finally: - QApplication.restoreOverrideCursor() + QApplication.restoreOverrideCursor() \ No newline at end of file