E5XML/TasksWriter.py

changeset 3670
f0cb7579c0b4
parent 3178
f25fc1364c88
child 3990
5dd6edf8540a
child 4022
f5f42921717e
diff -r ac84ac3c0f05 -r f0cb7579c0b4 E5XML/TasksWriter.py
--- a/E5XML/TasksWriter.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/E5XML/TasksWriter.py	Sat Jul 05 12:13:23 2014 +0200
@@ -49,12 +49,12 @@
         # add some generation comments
         if self.forProject:
             self.writeComment(
-                " eric5 tasks file for project {0} ".format(self.name))
+                " eric6 tasks file for project {0} ".format(self.name))
             if Preferences.getProject("XMLTimestamp"):
                 self.writeComment(" Saved: {0} ".format(
                     time.strftime('%Y-%m-%d, %H:%M:%S')))
         else:
-            self.writeComment(" eric5 tasks file ")
+            self.writeComment(" eric6 tasks file ")
             self.writeComment(
                 " Saved: {0} ".format(time.strftime('%Y-%m-%d, %H:%M:%S')))
         

eric ide

mercurial