X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f91df4ff55c634134b27473641acc0340ed1a7f..6da3a3ef1f933c5a8ed746222bdce12990ce0aab:/samples/html/about/about.cpp diff --git a/samples/html/about/about.cpp b/samples/html/about/about.cpp index 7b5f005112..f4c03cfeb6 100644 --- a/samples/html/about/about.cpp +++ b/samples/html/about/about.cpp @@ -159,7 +159,7 @@ { wxBoxSizer *topsizer; wxHtmlWindow *html; - wxDialog dlg(this, -1, "About"); + wxDialog dlg(this, -1, wxString("About")); topsizer = new wxBoxSizer(wxVERTICAL);