eric7/Toolbox/Startup.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
diff -r dac33c7fce07 -r e3642a6a1e71 eric7/Toolbox/Startup.py
--- a/eric7/Toolbox/Startup.py	Sat May 15 19:01:16 2021 +0200
+++ b/eric7/Toolbox/Startup.py	Sat May 15 20:08:03 2021 +0200
@@ -19,7 +19,7 @@
 
 import UI.PixmapCache
 
-from eric6config import getConfig
+from eric7config import getConfig
 
 application = None
 
@@ -191,7 +191,7 @@
     
     translations = (
         "qt", "qt_help", "qtbase", "qtmultimedia", "qtserialport",
-        "qtwebengine", "qtwebsockets", "eric6"
+        "qtwebengine", "qtwebsockets", "eric7"
     ) + translationFiles
     loc = Preferences.getUILanguage()
     if loc is None:
@@ -211,7 +211,7 @@
             if ok:
                 app.installTranslator(translator)
             else:
-                if tf.startswith("eric6"):
+                if tf.startswith("eric7"):
                     loca = None
         loc = loca
     else:

eric ide

mercurial