summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-16 21:29:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-16 21:29:25 (GMT)
commit65222add02c2b2a7af8eb0d3251ff254740c58c8 (patch)
tree97959442ae93bccae7f30fcb1654a57991079c39 /Source/MFCDialog/CMakeSetupDialog.h
parent25ac7687631dfd771d7eb975f64f74d5cf8256f1 (diff)
downloadCMake-65222add02c2b2a7af8eb0d3251ff254740c58c8.zip
CMake-65222add02c2b2a7af8eb0d3251ff254740c58c8.tar.gz
CMake-65222add02c2b2a7af8eb0d3251ff254740c58c8.tar.bz2
face lift for GUI and some more help
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 bef4dbc..8c6c210 100644
--- a/Source/MFCDialog/CMakeSetupDialog.h
+++ b/Source/MFCDialog/CMakeSetupDialog.h
@@ -36,6 +36,7 @@ protected:
// Dialog Data
//{{AFX_DATA(CMakeSetupDialog)
enum { IDD = IDD_CMakeSetupDialog_DIALOG };
+ CButton m_HelpButton;
CComboBox m_GeneratorChoice;
CButton m_OKButton;
CButton m_CancelButton;
@@ -89,6 +90,7 @@ protected:
afx_msg void OnGetMinMaxInfo( MINMAXINFO FAR* lpMMI );
afx_msg void OnOk();
afx_msg void OnEditchangeGenerator();
+ afx_msg void OnHelpButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()