Minimal_Forward,
// controls start here (the numbers are, of course, arbitrary)
- Minimal_Text = 1000,
+ Minimal_Text = 1000
};
// ----------------------------------------------------------------------------
{
wxBoxSizer *topsizer;
wxHtmlWindow *html;
- wxDialog dlg(this, -1, "About");
+ wxDialog dlg(this, -1, wxString("About"));
topsizer = new wxBoxSizer(wxVERTICAL);