X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61639efb6658a7a02dd8b0072c6e0bb4826ef654..4301e38a459edc366aba62fbbaf8f7b4ed8effb6:/samples/debugrpt/debugrpt.cpp diff --git a/samples/debugrpt/debugrpt.cpp b/samples/debugrpt/debugrpt.cpp index 4328075b74..6680fe8a09 100644 --- a/samples/debugrpt/debugrpt.cpp +++ b/samples/debugrpt/debugrpt.cpp @@ -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: