summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-05-20 19:08:18 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-05-20 19:08:18 (GMT)
commitd7c6f51d00510175ecc61709fd22ae98889e145c (patch)
tree6ac7e6d6a6524e08a501265ed3cca34b6b33020f /Source/MFCDialog/CMakeSetupDialog.h
parent6665adc3ff406f97ca126b8700d0da6ca7cc6e5a (diff)
downloadCMake-d7c6f51d00510175ecc61709fd22ae98889e145c.zip
CMake-d7c6f51d00510175ecc61709fd22ae98889e145c.tar.gz
CMake-d7c6f51d00510175ecc61709fd22ae98889e145c.tar.bz2
updates to gui to delete cache
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h
index a4a6983..3294b37 100644
--- a/Source/MFCDialog/CMakeSetupDialog.h
+++ b/Source/MFCDialog/CMakeSetupDialog.h
@@ -65,6 +65,7 @@ protected:
CButton m_BrowseSource;
CButton m_BrowseBuild;
CButton m_HelpButton;
+ CButton m_DeleteButton;
CComboBox m_GeneratorChoice;
CButton m_OKButton;
CButton m_CancelButton;
@@ -123,6 +124,7 @@ protected:
afx_msg void OnOk();
afx_msg void OnEditchangeGenerator();
afx_msg void OnHelpButton();
+ afx_msg void OnDeleteButton();
afx_msg void OnAdvancedValues();
afx_msg void OnDoubleclickedAdvancedValues();
afx_msg void OnDropFiles(HDROP);