QScintilla/Exporters/ExporterRTF.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
diff -r ac84ac3c0f05 -r f0cb7579c0b4 QScintilla/Exporters/ExporterRTF.py
--- a/QScintilla/Exporters/ExporterRTF.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/QScintilla/Exporters/ExporterRTF.py	Sat Jul 05 12:13:23 2014 +0200
@@ -40,7 +40,7 @@
     RTF_COLORDEFCLOSE = "}"
     RTF_INFOOPEN = "{\\info "
     RTF_INFOCLOSE = "}"
-    RTF_COMMENT = "{\\comment Generated by eric5's RTF export filter.}"
+    RTF_COMMENT = "{\\comment Generated by eric6's RTF export filter.}"
     # to be used by strftime
     RTF_CREATED = "{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}"
     RTF_BODYOPEN = ""

eric ide

mercurial