--- 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")