From a37e1f0e83611b2a984deb4719a61647de0ffeb6 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 18 Feb 2011 17:48:39 +0000 Subject: [PATCH] updating sysopt string git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/filedlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/osx/filedlg.h b/include/wx/osx/filedlg.h index aa9f39da24..1d3ccc5504 100644 --- a/include/wx/osx/filedlg.h +++ b/include/wx/osx/filedlg.h @@ -19,7 +19,7 @@ // set this system option to 1 in order to always show the filetypes popup in // file open dialogs if possible -#define wxOSX_FILEDIALOG_ALWAYS_SHOW_TYPES wxT("osx.filedlg.always-show-types") +#define wxOSX_FILEDIALOG_ALWAYS_SHOW_TYPES wxT("osx.openfiledialog.always-show-types") class WXDLLIMPEXP_CORE wxFileDialog: public wxFileDialogBase { -- 2.45.2