Index: src/ch/FolderDialog.h =================================================================== diff -u -N -rcb4e9d4b60d62b25ae2cf556c0642601af56c787 -r44a2ec5f1eb0a435b56daef42ef5fe3b7a91da0d --- src/ch/FolderDialog.h (.../FolderDialog.h) (revision cb4e9d4b60d62b25ae2cf556c0642601af56c787) +++ src/ch/FolderDialog.h (.../FolderDialog.h) (revision 44a2ec5f1eb0a435b56daef42ef5fe3b7a91da0d) @@ -47,18 +47,11 @@ explicit CFolderDialog(CWnd* pParent = NULL); // standard constructor virtual ~CFolderDialog(); -// Dialog Data - //{{AFX_DATA(CFolderDialog) - //}}AFX_DATA - -// Overrides - // ClassWizard generated virtual function overrides - //{{AFX_VIRTUAL(CFolderDialog) - public: +public: virtual INT_PTR DoModal(); - protected: + +protected: virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); - //}}AFX_VIRTUAL public: virtual BOOL OnTooltipText(UINT uiID, TOOLTIPTEXT* pTip); @@ -72,7 +65,8 @@ std::vector cvRecent; std::vector cvShortcuts; - int cx = 0, cy = 0; // pixels + int cx = 0; + int cy = 0; // pixels int iView = 2; // type of view (large icons, small icons, ...) bool bExtended = false; // with the shortcuts or not bool bIgnoreDialogs = true; // if tree ctrl should show shell dialogs in style 'insert floppy' @@ -96,7 +90,6 @@ void ResizeControls(int cx, int cy); CString m_strTip; // for tooltip storage - TCHAR m_szBuffer[2048]; // shell functions buffer CString m_strPath; // for path after dialog exits bool m_bIgnoreUpdate; // ignores nearest edit update (with path)