From 03a6a579aeca01a3cae34e94f75dd896e8369839 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 27 Jan 2000 00:03:43 +0000 Subject: [PATCH] compilation fix for MSVC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/about/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.0