]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/debugrpt/debugrpt.cpp
Make expat's configure detect if -ext o is needed (MW) so tests work correctly.
[wxWidgets.git] / samples / debugrpt / debugrpt.cpp
index 4328075b74e49088bc4d61dcdaa77cf3d0b9f260..6680fe8a09f8567e487b5fb801e8367d0e62975a 100644 (file)
@@ -38,6 +38,7 @@ class MyDebugReport : public wxDebugReportUpload
 public:
     MyDebugReport() : wxDebugReportUpload
                        (
+                        //_T("http://iml2.hitchcock.org/intranet/crashes/wxtest"),
                         _T("http://your.url.here/"),
                         _T("report:file"),
                         _T("action")
@@ -135,7 +136,7 @@ public:
             case wxNO:
                 // example of manually generated report, this could be also
                 // used in wxApp::OnAssert()
-                GenerateReport(wxDebugReport::Context_Curent);
+                GenerateReport(wxDebugReport::Context_Current);
                 break;
 
             case wxCANCEL: