projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix history in wxWebViewIE when using a custom file scheme.
[wxWidgets.git]
/
src
/
common
/
msgout.cpp
diff --git
a/src/common/msgout.cpp
b/src/common/msgout.cpp
index e01073c9099c6a2d90dd07b632b26895548b34f6..975dabe0aea14b9715b9307ddd91da970d5601d9 100644
(file)
--- a/
src/common/msgout.cpp
+++ b/
src/common/msgout.cpp
@@
-195,6
+195,8
@@
void wxMessageOutputLog::Output(const wxString& str)
#if wxUSE_GUI && wxUSE_MSGDLG
+extern WXDLLEXPORT_DATA(const char) wxMessageBoxCaptionStr[] = "Message";
+
void wxMessageOutputMessageBox::Output(const wxString& str)
{
wxString out(str);