--- a/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py Sun Feb 20 18:50:59 2011 +0100 +++ b/Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py Sun Feb 20 19:00:53 2011 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing a dialog to enter the parameters for eric5-doc. +Module implementing a dialog to enter the parameters for eric5_doc. """ import sys @@ -25,7 +25,7 @@ class EricdocConfigDialog(QDialog, Ui_EricdocConfigDialog): """ - Class implementing a dialog to enter the parameters for eric5-doc. + Class implementing a dialog to enter the parameters for eric5_doc. """ def __init__(self, project, parms = None, parent = None): """ @@ -156,7 +156,7 @@ # 1. the program name args.append(sys.executable) - args.append(Utilities.normabsjoinpath(getConfig('ericDir'), "eric5-doc.py")) + args.append(Utilities.normabsjoinpath(getConfig('ericDir'), "eric5_doc.py")) # 2. the commandline options # 2a. general commandline options