]> git.saurik.com Git - wxWidgets.git/commitdiff
updating sysopt string
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 18 Feb 2011 17:48:39 +0000 (17:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 18 Feb 2011 17:48:39 +0000 (17:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/filedlg.h

index aa9f39da24ee2c717190ee766922d90d641fff03..1d3ccc550453e74251f40c0caab2598b9987074c 100644 (file)
@@ -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
 {