--- 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()