QScintilla/Lexers/__init__.py

changeset 2218
1940b0e0a992
parent 2217
e80c74f2a25a
child 2302
f29e9405c851
--- a/QScintilla/Lexers/__init__.py	Sun Nov 11 18:57:09 2012 +0100
+++ b/QScintilla/Lexers/__init__.py	Mon Nov 12 12:16:30 2012 +0100
@@ -122,7 +122,7 @@
         "Python2": [QApplication.translate('Lexers', "Python2"), 'dummy.py',
             "lexerPython.png"],
         "Python3": [QApplication.translate('Lexers', "Python3"), 'dummy.py',
-            "lexerPython.png"],
+            "lexerPython3.png"],
         "Ruby": [QApplication.translate('Lexers', "Ruby"), 'dummy.rb',
             "lexerRuby.png"],
         "SQL": [QApplication.translate('Lexers', "SQL"), 'dummy.sql',

eric ide

mercurial