aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-14 20:04:32 -0500
committerJacek Antonelli2008-10-14 20:29:58 -0500
commitd9efc718418e6b16cd390aaaeea9cc82cdf151c4 (patch)
tree0d3e0020c41e0d5ca91d7a1b99a136d499cf3a29 /linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
parentRebranded platform-independent/shared installer/support files. (diff)
downloadmeta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.zip
meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.tar.gz
meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.tar.bz2
meta-impy-d9efc718418e6b16cd390aaaeea9cc82cdf151c4.tar.xz
Rebranded Linux-specific installer/support files.
Replaced instances of "Second Life" with "Imprudence", etc.
Diffstat (limited to 'linden/indra/linux_crash_logger/llcrashloggerlinux.cpp')
-rw-r--r--linden/indra/linux_crash_logger/llcrashloggerlinux.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
index aa2b82c..6ac9831 100644
--- a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
+++ b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
@@ -53,13 +53,13 @@
53 53
54// These need to be localized. 54// These need to be localized.
55static const char dialog_text[] = 55static const char dialog_text[] =
56"Second Life appears to have crashed or frozen last time it ran.\n" 56"Imprudence appears to have crashed or frozen last time it ran.\n"
57"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" 57"This crash reporter collects information about your computer's hardware, operating system, and some Imprudence logs, all of which are used for debugging purposes only.\n"
58"\n" 58"\n"
59"Send crash report?"; 59"Send crash report?";
60 60
61static const char dialog_title[] = 61static const char dialog_title[] =
62"Second Life Crash Logger"; 62"Imprudence Crash Logger";
63 63
64#if LL_GTK 64#if LL_GTK
65static void response_callback (GtkDialog *dialog, 65static void response_callback (GtkDialog *dialog,