From d48ba933290d7f180b252046711a275ac9b0585a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 21 Sep 2005 10:32:41 +0000 Subject: [PATCH] Wrong flag correction. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index ad19c53316..66d77b6a13 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -1114,7 +1114,7 @@ // Default is 1 if supported by the compiler (VC++ and recent BC++ only). // // Recommended setting: 1, set to 0 if your programs never crash -#define wxUSE_CRASHREPORT 1 +#define wxUSE_CRASHREPORT 0 // ---------------------------------------------------------------------------- // obsolete settings