Project/AddFoundFilesDialog.py

changeset 2995
63d874899b8b
parent 2964
84b65fb9e780
child 3057
10516539f238
child 3160
209a07d7e401
diff -r 5ae1349b8fb4 -r 63d874899b8b Project/AddFoundFilesDialog.py
--- 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)
         

eric ide

mercurial