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:
Václav Slavík
2000-01-19 00:59:11 +00:00
parent 039f62f431
commit eaf40b230e
2 changed files with 24 additions and 12 deletions

View File

@@ -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