// Created: 2005-01-20
// RCS-ID: $Id$
// Copyright: (c) 2005 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License: wxWindows licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------
#error "This sample can't be built without wxUSE_ON_FATAL_EXCEPTION"
#endif // wxUSE_ON_FATAL_EXCEPTION
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
#include "../sample.xpm"
#endif
wxT("You need to configure a web server accepting debug report uploads to use this function"));
wxMenu *menuHelp = new wxMenu;
- menuHelp->Append(DebugRpt_About, wxT("&About...\tF1"));
+ menuHelp->Append(DebugRpt_About, wxT("&About\tF1"));
wxMenuBar *mbar = new wxMenuBar();
mbar->Append(menuFile, wxT("&File"));
MyApp::MyApp()
{
- // user needs to explicitely enable this
+ // user needs to explicitly enable this
m_uploadReport = false;
// call this to tell the library to call our OnFatalException()