--- a/Project/AddFoundFilesDialog.py Tue Oct 08 19:46:25 2013 +0200 +++ b/Project/AddFoundFilesDialog.py Tue Oct 08 19:47:37 2013 +0200 @@ -25,7 +25,8 @@ """ Constructor - @param files list of files, that have been found for addition (list of strings) + @param files list of files, that have been found for addition + (list of strings) @param parent parent widget of this dialog (QWidget) @param name name of this dialog (string) """ @@ -39,7 +40,8 @@ self.addAllButton.setToolTip(self.trUtf8("Add all files.")) self.addSelectedButton = self.buttonBox.addButton( self.trUtf8("Add Selected"), QDialogButtonBox.AcceptRole) - self.addSelectedButton.setToolTip(self.trUtf8("Add selected files only.")) + self.addSelectedButton.setToolTip( + self.trUtf8("Add selected files only.")) self.fileList.addItems(files)