diff --git a/CrashReporterWPFTest/App.xaml.cs b/CrashReporterWPFTest/App.xaml.cs index d04652c..1c34596 100644 --- a/CrashReporterWPFTest/App.xaml.cs +++ b/CrashReporterWPFTest/App.xaml.cs @@ -36,7 +36,7 @@ private static void CurrentDomainOnUnhandledException(object sender, UnhandledEx public static void SendReport(Exception exception, string developerMessage = "", bool silent = true) { - var reportCrash = new ReportCrash("support@rbsoft.org") + var reportCrash = new ReportCrash("Email where you want to receive crash reports.") { DeveloperMessage = developerMessage, Silent = silent