projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert wxFlexGridSizer constr. change
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
msgdlg.h
diff --git
a/include/wx/gtk1/msgdlg.h
b/include/wx/gtk1/msgdlg.h
index 2e2879af5e690ae692a26114bf8e149b65744ba7..90a80811b56688ed310d23a49cfd25dfe8a28288 100644
(file)
--- a/
include/wx/gtk1/msgdlg.h
+++ b/
include/wx/gtk1/msgdlg.h
@@
-18,9
+18,9
@@
// type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
// Returns wxYES/NO/OK/CANCEL
// type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
// Returns wxYES/NO/OK/CANCEL
-WXDLL
EXPORT_DATA
(extern const wxChar) wxMessageBoxCaptionStr[];
+WXDLL
IMPEXP_DATA_CORE
(extern const wxChar) wxMessageBoxCaptionStr[];
-class WXDLL
EXPORT
wxMessageDialog: public wxDialog, public wxMessageDialogBase
+class WXDLL
IMPEXP_CORE
wxMessageDialog: public wxDialog, public wxMessageDialogBase
{
public:
wxMessageDialog(wxWindow *parent, const wxString& message,
{
public:
wxMessageDialog(wxWindow *parent, const wxString& message,