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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windirstat/PageGeneral.h b/windirstat/PageGeneral.h
index 5aaae88..0e892da 100644
--- a/windirstat/PageGeneral.h
+++ b/windirstat/PageGeneral.h
@@ -46,6 +46,7 @@ protected:
BOOL m_humanFormat;
BOOL m_listGrid;
BOOL m_listStripes;
+ BOOL m_listFullRowSelection;
CComboBox m_combo;
CButton m_ctlFollowMountPoints;
@@ -58,4 +59,5 @@ protected:
afx_msg void OnCbnSelendokCombo();
afx_msg void OnBnClickedListGrid();
afx_msg void OnBnClickedListStripes();
+ afx_msg void OnBnClickedListFullRowSelection();
};