src/eric7/eric7_ide.py

branch
eric7
changeset 10789
d3fa6a6b919e
parent 10760
f702f6781b05
child 10926
9ef616cd220d
--- a/src/eric7/eric7_ide.py	Mon Jun 17 19:31:54 2024 +0200
+++ b/src/eric7/eric7_ide.py	Thu Jun 20 13:52:02 2024 +0200
@@ -383,7 +383,7 @@
         splash = SplashScreen()
     QCoreApplication.processEvents()
 
-    # modify the executable search path for the PyQt5 installer
+    # modify the executable search path for the PyQt6 installer
     if OSUtilities.isWindowsPlatform():
         pyqtDataDir = QtUtilities.getPyQt6ModulesDirectory()
         if os.path.exists(os.path.join(pyqtDataDir, "bin")):
@@ -406,9 +406,7 @@
     initSSL()
 
     splash.showMessage(QCoreApplication.translate("eric7_ide", "Starting..."))
-    logging.getLogger(__name__).debug(
-        QCoreApplication.translate("eric7_ide", "Starting...")
-    )
+    logging.getLogger(__name__).debug("Starting...")
 
     # We can only import these after creating the EricApplication because they
     # make Qt calls that need the EricApplication to exist.
@@ -417,9 +415,7 @@
     splash.showMessage(
         QCoreApplication.translate("eric7_ide", "Generating Main Window...")
     )
-    logging.getLogger(__name__).debug(
-        QCoreApplication.translate("eric7_ide", "Generating Main Window...")
-    )
+    logging.getLogger(__name__).debug("Generating Main Window...")
     mainWindow = UserInterface(
         app,
         loc,

eric ide

mercurial