Index: src/ch/CustomCopyDlg.h =================================================================== diff -u -N -r53e3a91f9bcb2e26f758fc92e9856a69eba71a61 -rc88853d744d42c9d0d18d14f920190d535bb714a --- src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision 53e3a91f9bcb2e26f758fc92e9856a69eba71a61) +++ src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision c88853d744d42c9d0d18d14f920190d535bb714a) @@ -64,15 +64,13 @@ afx_msg void OnAddfilterButton(); afx_msg void OnRemovefilterButton(); afx_msg void OnDestroy(); - afx_msg void OnFiltersCheck(); - afx_msg void OnStandardCheck(); - afx_msg void OnAdvancedCheck(); afx_msg void OnDblclkFiltersList(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnDblclkBuffersizesList(); afx_msg void OnEditchangeDestpathComboboxex(); afx_msg void OnImportButton(); afx_msg void OnIgnorefoldersCheck(); afx_msg void OnForcedirectoriesCheck(); + afx_msg void OnExcludeEmptyDirectories(); afx_msg void OnExportButtonClicked(); afx_msg void OnBnCustomRules(); afx_msg void OnSize(UINT nType, int cx, int cy); @@ -97,6 +95,5 @@ BOOL m_bOnlyCreate = FALSE; BOOL m_bIgnoreFolders = FALSE; BOOL m_bForceDirectories = FALSE; - BOOL m_bFilters = FALSE; - BOOL m_bAdvanced = FALSE; + BOOL m_bExcludeEmptyDirectories = FALSE; };