]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/msgdlg.h
added wxArtProvider::InsertProvider to accompany PushProvider
[wxWidgets.git] / include / wx / motif / msgdlg.h
index f0be368a9cae2f1b7d2496ee8d16ae75130d52a7..e479425a7012dd933b492f6fb6fa6c17133434ea 100644 (file)
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/dialog.h"
 
 // ----------------------------------------------------------------------------
 // Message box dialog
 // ----------------------------------------------------------------------------
 
-WXDLLEXPORT_DATA(extern const char*) wxMessageBoxCaptionStr;
+WXDLLEXPORT_DATA(extern const wxChar) wxMessageBoxCaptionStr[];
 
 class WXDLLEXPORT wxMessageDialog: public wxDialog, public wxMessageDialogBase
 {