diff options
author | Jacek Antonelli | 2008-10-14 20:04:32 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-14 20:29:58 -0500 |
commit | d9efc718418e6b16cd390aaaeea9cc82cdf151c4 (patch) | |
tree | 0d3e0020c41e0d5ca91d7a1b99a136d499cf3a29 /linden/indra/linux_crash_logger/llcrashloggerlinux.cpp | |
parent | Rebranded platform-independent/shared installer/support files. (diff) | |
download | meta-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.cpp | 6 |
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. |
55 | static const char dialog_text[] = | 55 | static 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 | ||
61 | static const char dialog_title[] = | 61 | static const char dialog_title[] = |
62 | "Second Life Crash Logger"; | 62 | "Imprudence Crash Logger"; |
63 | 63 | ||
64 | #if LL_GTK | 64 | #if LL_GTK |
65 | static void response_callback (GtkDialog *dialog, | 65 | static void response_callback (GtkDialog *dialog, |