Project/Project.py

changeset 1875
bbdd75d18412
parent 1874
7d5589d8699a
child 1879
194a055fff04
--- a/Project/Project.py	Mon May 21 19:59:31 2012 +0200
+++ b/Project/Project.py	Fri May 25 19:13:45 2012 +0200
@@ -1802,9 +1802,6 @@
             return
             
         dlg = PropertiesDialog(self, True)
-        # TODO: add check box to dialog asking for a version controlled project
-        #       option should be disabled, if no VCS is available
-        #       create a separate function to determine availability of VCS systems
         if dlg.exec_() == QDialog.Accepted:
             self.closeProject()
             dlg.storeData()

eric ide

mercurial