PluginManager/PluginRepositoryDialog.py

changeset 896
f855351d5e98
parent 798
5c1786fad576
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
--- a/PluginManager/PluginRepositoryDialog.py	Wed Feb 16 19:13:20 2011 +0100
+++ b/PluginManager/PluginRepositoryDialog.py	Sat Feb 19 11:58:27 2011 +0100
@@ -544,7 +544,7 @@
         Private slot to start the eric5 plugin installation dialog.
         """
         proc = QProcess()
-        applPath = os.path.join(getConfig("ericDir"), "eric5-plugininstall.py")
+        applPath = os.path.join(getConfig("ericDir"), "eric5_plugininstall.py")
         
         args = []
         args.append(applPath)

eric ide

mercurial