QScintilla/MiniEditor.py

branch
5_1_x
changeset 1201
62682782b620
parent 1200
9de155b28f40
child 1510
e75ecf2bd9dd
--- a/QScintilla/MiniEditor.py	Tue Jul 26 19:57:24 2011 +0200
+++ b/QScintilla/MiniEditor.py	Tue Jul 26 19:59:55 2011 +0200
@@ -2134,10 +2134,10 @@
                 self.filetype = "Python3"
             elif "python2" in line0:
                 bindName = "dummy.py"
-                self.filetype = "Python"
+                self.filetype = "Python2"
             elif "python" in line0:
                 bindName = "dummy.py"
-                self.filetype = "Python"
+                self.filetype = "Python2"
             elif ("/bash" in line0 or "/sh" in line0):
                 bindName = "dummy.sh"
             elif "ruby" in line0:

eric ide

mercurial