Project/LexerAssociationDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3656
441956d8fce5
--- a/Project/LexerAssociationDialog.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Project/LexerAssociationDialog.py	Thu Apr 03 23:05:31 2014 +0200
@@ -45,7 +45,7 @@
         except AttributeError:
             self.extsep = "."
         
-        self.extras = ["-----------", self.trUtf8("Alternative")]
+        self.extras = ["-----------", self.tr("Alternative")]
         
         import QScintilla.Lexers
         languages = [''] + \
@@ -128,7 +128,7 @@
             if lexer.startswith("Pygments|"):
                 pygmentsLexer = lexer.split("|")[1]
                 pygmentsIndex = self.pygmentsLexerCombo.findText(pygmentsLexer)
-                lexer = self.trUtf8("Alternative")
+                lexer = self.tr("Alternative")
             else:
                 pygmentsIndex = 0
             index = self.editorLexerCombo.findText(lexer)

eric ide

mercurial