From 985604c16617ec67dfd6c55931e77f0bbd541ea4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 11 Mar 2005 15:44:37 +0000 Subject: [PATCH] don't use private URL in the sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/debugrpt/debugrpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/debugrpt/debugrpt.cpp b/samples/debugrpt/debugrpt.cpp index 1cec0dfa13..c46a4739a7 100644 --- a/samples/debugrpt/debugrpt.cpp +++ b/samples/debugrpt/debugrpt.cpp @@ -37,7 +37,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") )