diff options
author | Ken Martin <ken.martin@kitware.com> | 2004-05-20 19:08:18 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2004-05-20 19:08:18 (GMT) |
commit | d7c6f51d00510175ecc61709fd22ae98889e145c (patch) | |
tree | 6ac7e6d6a6524e08a501265ed3cca34b6b33020f /Source/MFCDialog/CMakeSetupDialog.h | |
parent | 6665adc3ff406f97ca126b8700d0da6ca7cc6e5a (diff) | |
download | CMake-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.h | 2 |
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); |