--- a/Project/AddFileDialog.py Tue Oct 08 19:46:25 2013 +0200 +++ b/Project/AddFileDialog.py Tue Oct 08 19:47:37 2013 +0200 @@ -46,7 +46,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() @@ -178,9 +179,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