Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2003-11-26 23:18:02 +0300
committerbseifert <none@none>2003-11-26 23:18:02 +0300
commitf1cceb67af61edd13e1916b7a43e13d986fd7286 (patch)
tree49ef7806a19b7f1472b82cc0b0178e74570d7479 /windirstat/PageCleanups.h
parent81a59f04991da40a0263fad3b703fd8a1e98ba38 (diff)
Pacman is now symmetric on W9x AND NT.
Diffstat (limited to 'windirstat/PageCleanups.h')
-rw-r--r--windirstat/PageCleanups.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/windirstat/PageCleanups.h b/windirstat/PageCleanups.h
index 68e6b01..e3ed7ea 100644
--- a/windirstat/PageCleanups.h
+++ b/windirstat/PageCleanups.h
@@ -76,6 +76,8 @@ protected:
CButton m_ctlWaitForCompletion;
CStatic m_ctlHintSp;
CStatic m_ctlHintSn;
+ CButton m_ctlUp;
+ CButton m_ctlDown;
DECLARE_MESSAGE_MAP()
afx_msg void OnLbnSelchangeList();
@@ -91,10 +93,7 @@ protected:
afx_msg void OnBnClickedShowconsolewindow();
afx_msg void OnBnClickedWaitforcompletion();
afx_msg void OnCbnSelendokRefreshpolicy();
-public:
afx_msg void OnBnClickedUp();
afx_msg void OnBnClickedDown();
- CButton m_ctlUp;
- CButton m_ctlDown;
afx_msg void OnBnClickedHelpbutton();
};