#include <wx/wx.h>
#endif
-#include <wx/image.h>
-#include <wx/html/htmlwin.h>
-#include <wx/html/htmlproc.h>
-#include <wx/fs_inet.h>
+#include "wx/image.h"
+#include "wx/html/htmlwin.h"
+#include "wx/html/htmlproc.h"
+#include "wx/fs_inet.h"
+#include "wx/filedlg.h"
// ----------------------------------------------------------------------------
// private classes
// `Main program' equivalent: the program execution "starts" here
bool MyApp::OnInit()
{
+ wxLog::AddTraceMask(wxT("strconv"));
+
wxInitAllImageHandlers();
#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
wxFileSystem::AddHandler(new wxInternetFSHandler);