X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f91df4ff55c634134b27473641acc0340ed1a7f..d80207c3445ece64793fc499818d4c7a3584e01f:/samples/html/about/about.cpp diff --git a/samples/html/about/about.cpp b/samples/html/about/about.cpp index 7b5f005112..a97c5e58c3 100644 --- a/samples/html/about/about.cpp +++ b/samples/html/about/about.cpp @@ -74,7 +74,7 @@ Minimal_Forward, // controls start here (the numbers are, of course, arbitrary) - Minimal_Text = 1000, + Minimal_Text = 1000 }; // ---------------------------------------------------------------------------- @@ -159,7 +159,7 @@ { wxBoxSizer *topsizer; wxHtmlWindow *html; - wxDialog dlg(this, -1, "About"); + wxDialog dlg(this, -1, wxString("About")); topsizer = new wxBoxSizer(wxVERTICAL);