#endif
// For compilers that support precompilation, includes "wx/wx.h".
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
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);