]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/filedlg.h
Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree and list control selection rendering.
[wxWidgets.git] / include / wx / osx / filedlg.h
index aa9f39da24ee2c717190ee766922d90d641fff03..faf901a6d5f4a8e9bebbb8d122f04e43d40aa8d2 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_FILEDLG_H_
 #define _WX_FILEDLG_H_
 
+class WXDLLIMPEXP_FWD_CORE wxChoice;
+
 //-------------------------------------------------------------------------
 // wxFileDialog
 //-------------------------------------------------------------------------
@@ -19,7 +21,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
 {