From: Václav Slavík Date: Thu, 27 Jan 2000 00:03:43 +0000 (+0000) Subject: compilation fix for MSVC X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03a6a579aeca01a3cae34e94f75dd896e8369839 compilation fix for MSVC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);