QScintilla/MiniEditor.py

changeset 1198
214fb8967707
parent 1197
59fa9eae9123
child 1449
36138359d3a3
--- a/QScintilla/MiniEditor.py	Tue Jul 26 19:57:24 2011 +0200
+++ b/QScintilla/MiniEditor.py	Tue Jul 26 19:59:55 2011 +0200
@@ -2149,10 +2149,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