diff -r 84b65fb9e780 -r d133c7edd88a UI/FindFileDialog.py --- a/UI/FindFileDialog.py Sun Sep 29 15:54:10 2013 +0200 +++ b/UI/FindFileDialog.py Sun Sep 29 18:22:08 2013 +0200 @@ -49,6 +49,7 @@ Constructor @param project reference to the project object + @param replaceMode flag indicating the replace dialog mode (boolean) @param parent parent widget of this dialog (QWidget) """ super().__init__(parent)