Templates/TemplateViewer.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
diff -r ac84ac3c0f05 -r f0cb7579c0b4 Templates/TemplateViewer.py
--- a/Templates/TemplateViewer.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/Templates/TemplateViewer.py	Sat Jul 05 12:13:23 2014 +0200
@@ -939,7 +939,7 @@
         """
         if filename is None:
             filename = os.path.join(
-                Utilities.getConfigDir(), "eric5templates.e4c")
+                Utilities.getConfigDir(), "eric6templates.e4c")
         f = QFile(filename)
         ok = f.open(QIODevice.WriteOnly)
         if not ok:
@@ -966,7 +966,7 @@
         """
         if filename is None:
             filename = os.path.join(
-                Utilities.getConfigDir(), "eric5templates.e4c")
+                Utilities.getConfigDir(), "eric6templates.e4c")
             if not os.path.exists(filename):
                 return
         

eric ide

mercurial