eric6/Utilities/__init__.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7196
ab0a91b82b37
child 7201
6b42677d7043
--- a/eric6/Utilities/__init__.py	Sun Sep 01 17:44:33 2019 +0200
+++ b/eric6/Utilities/__init__.py	Sun Sep 01 19:40:53 2019 +0200
@@ -1707,9 +1707,9 @@
     @param toolname base name of the tool (string)
     @return the Qt tool name without extension (string)
     """
-    return "{0}{1}{2}".format(Preferences.getQt("QtToolsPrefix4"),
+    return "{0}{1}{2}".format(Preferences.getQt("QtToolsPrefix"),
                               toolname,
-                              Preferences.getQt("QtToolsPostfix4")
+                              Preferences.getQt("QtToolsPostfix")
                               )
 
 

eric ide

mercurial