diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.UI.FindFileDialog.html --- a/Documentation/Source/eric5.UI.FindFileDialog.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.UI.FindFileDialog.html Fri Mar 11 16:51:57 2011 +0100 @@ -140,7 +140,7 @@ </table> <a NAME="FindFileDialog.__init__" ID="FindFileDialog.__init__"></a> <h4>FindFileDialog (Constructor)</h4> -<b>FindFileDialog</b>(<i>project, replaceMode = False, parent=None</i>) +<b>FindFileDialog</b>(<i>project, replaceMode=False, parent=None</i>) <p> Constructor </p><dl> @@ -298,7 +298,7 @@ <h4>FindFileDialog.on_findList_itemDoubleClicked</h4> <b>on_findList_itemDoubleClicked</b>(<i>itm, column</i>) <p> - Private slot to handle the double click on a file item. + Private slot to handle the double click on a file item. </p><p> It emits the signal sourceFile or designerFile depending on the file extension. @@ -354,7 +354,7 @@ </dd> </dl><a NAME="FindFileDialog.show" ID="FindFileDialog.show"></a> <h4>FindFileDialog.show</h4> -<b>show</b>(<i>txt = ""</i>) +<b>show</b>(<i>txt=""</i>) <p> Overwritten method to enable/disable the project button. </p><dl>