--- a/Project/AddFileDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Project/AddFileDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -48,7 +48,8 @@ self.filter = filter self.ppath = pro.ppath self.startdir = startdir - self.filetypes = pro.pdata["FILETYPES"] # save a reference to the filetypes dict + self.filetypes = pro.pdata["FILETYPES"] + # save a reference to the filetypes dict if self.filter is not None: self.sourcecodeCheckBox.hide() @@ -180,9 +181,9 @@ """ Public slot to retrieve the dialogs data. - @return tuple of three values (list of string, string, boolean) giving the - source files, the target directory and a flag telling, whether - the files shall be added as source code + @return tuple of three values (list of string, string, boolean) + giving the source files, the target directory and a flag + telling, whether the files shall be added as source code """ return ( [Utilities.toNativeSeparators(f) for f in