diff -r 6959e221f837 -r 7d5589d8699a Project/PropertiesDialog.py --- a/Project/PropertiesDialog.py Mon May 21 19:18:38 2012 +0200 +++ b/Project/PropertiesDialog.py Mon May 21 19:59:31 2012 +0200 @@ -257,6 +257,8 @@ self.project.pdata["PROJECTTYPE"] = [projectType] self.project.pdata["EOL"] = [self.eolComboBox.currentIndex()] + # TODO: store state of VCS checkbox to self.project.vcsRequested + if self.spellPropertiesDlg is not None: self.spellPropertiesDlg.storeData()