]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for MSVC
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Jan 2000 00:03:43 +0000 (00:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Jan 2000 00:03:43 +0000 (00:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/about/about.cpp

index 7b5f005112808825b191c84dd915fa5eefa2ecc2..f4c03cfeb67d5104afc79a01a614da8b34f27d00 100644 (file)
    {
         wxBoxSizer *topsizer;
         wxHtmlWindow *html;
-        wxDialog dlg(this, -1, "About");
+        wxDialog dlg(this, -1, wxString("About"));
 
         topsizer = new wxBoxSizer(wxVERTICAL);