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:
Diffstat (limited to 'windirstat/PageGeneral.h')
-rw-r--r--windirstat/PageGeneral.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/windirstat/PageGeneral.h b/windirstat/PageGeneral.h
index e451f2c..7f1b8dd 100644
--- a/windirstat/PageGeneral.h
+++ b/windirstat/PageGeneral.h
@@ -51,10 +51,12 @@ protected:
BOOL m_listGrid;
BOOL m_listStripes;
BOOL m_listFullRowSelection;
+ BOOL m_skipHidden;
CComboBox m_combo;
CButton m_ctlFollowMountPoints;
CButton m_ctlFollowJunctionPoints;
+ CButton m_ctlSkipHidden;
int m_originalLanguage;
@@ -66,7 +68,8 @@ protected:
afx_msg void OnCbnSelendokCombo();
afx_msg void OnBnClickedListGrid();
afx_msg void OnBnClickedListStripes();
- afx_msg void OnBnClickedListFullRowSelection();
+ afx_msg void OnBnClickedListFullRowSelection();
+ afx_msg void OnBnClickedSkipHidden();
};
#endif // __WDS_PAGEGENERAL_H__