QScintilla/Shell.py

changeset 802
e8882d16384c
parent 791
9ec2ac20e54e
child 826
2e3e2055e715
diff -r 16f9875e278b -r e8882d16384c QScintilla/Shell.py
--- a/QScintilla/Shell.py	Sun Jan 02 12:01:37 2011 +0100
+++ b/QScintilla/Shell.py	Mon Jan 03 17:10:45 2011 +0100
@@ -220,7 +220,7 @@
         for key in list(self.historyLists.keys()):
             self.saveHistory(key)
         
-    def __bindLexer(self, language = 'Python'):
+    def __bindLexer(self, language = 'Python3'):
         """
         Private slot to set the lexer.
         
@@ -1429,4 +1429,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("shellPage")
\ No newline at end of file
+        e5App().getObject("UserInterface").showPreferences("shellPage")

eric ide

mercurial