From da0afdcfc9369b64d7d5bfd6817bf64b77e7b095 Mon Sep 17 00:00:00 2001 From: Nicky Date: Thu, 5 Jul 2012 11:57:30 +0200 Subject: [PATCH] FIRE-901 / Crashreporting: Change SecondLife to Firestorm / Add privacy policy url to linux crash logger dialog. --- .../linux_crash_logger/llcrashloggerlinux.cpp | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/indra/linux_crash_logger/llcrashloggerlinux.cpp b/indra/linux_crash_logger/llcrashloggerlinux.cpp index 62465f9937..505a0753cd 100644 --- a/indra/linux_crash_logger/llcrashloggerlinux.cpp +++ b/indra/linux_crash_logger/llcrashloggerlinux.cpp @@ -44,15 +44,29 @@ #define MAX_LOADSTRING 100 +// Fire-901 / Crashreporting: Brand for FS, add URL to privacy policy + // These need to be localized. +// static const char dialog_text[] = +// "Second Life appears to have crashed or frozen last time it ran.\n" +// "This crash reporter collects information about your computer's hardware, operating system, and some Second Life logs, all of which are used for debugging purposes only.\n" +// "\n" +// "Send crash report?"; +// +// static const char dialog_title[] = +// "Second Life Crash Logger"; + static const char dialog_text[] = -"Second Life appears to have crashed or frozen last time it ran.\n" -"This crash reporter collects information about your computer's hardware, operating system, and some Second Life logs, all of which are used for debugging purposes only.\n" +"Firestorm appears to have crashed or frozen last time it ran.\n" +"This crash reporter collects information about your computer's hardware, operating system which are used for debugging purposes only. SecondLife logs are not collected.\n" +"This report will be send to phoenixviewer.com. Review our privacy policy at http://www.phoenixviewer.com/privacy.php for more information.\n" "\n" "Send crash report?"; static const char dialog_title[] = -"Second Life Crash Logger"; +"Firestorm Crash Logger"; + +// #if LL_GTK static void response_callback (GtkDialog *dialog,