generic wxFileDialog now stores customizations to registry/dotfile if possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,8 +193,8 @@ private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
static long m_lastViewStyle; // list or report?
|
||||
static bool m_lastShowHidden;
|
||||
static long s_lastViewStyle; // list or report?
|
||||
static bool s_lastShowHidden;
|
||||
};
|
||||
|
||||
// File selector - backward compatibility
|
||||
|
Reference in New Issue
Block a user