]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/msgdlg.h
Fix wxGCDC::Clear() for Cairo, and possibly MSW.
[wxWidgets.git] / interface / wx / msgdlg.h
index 845a0603504c22c943a1979fc0cd075bb2faa057..1dde94ee778c7eb8816bcb03b5edfe5ace2e67c1 100644 (file)
@@ -6,6 +6,12 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/**
+    Default message box caption string.
+*/
+const char wxMessageBoxCaptionStr[] = "Message";
+
+
 /**
     @class wxMessageDialog