UI/FindFileNameDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/UI/FindFileNameDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/UI/FindFileNameDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -262,7 +262,7 @@
         
     def show(self):
         """
-        Overwritten method to enable/disable the project checkbox.
+        Public method to enable/disable the project checkbox.
         """
         if self.project and self.project.isOpen():
             self.projectCheckBox.setEnabled(True)

eric ide

mercurial