diff options
Diffstat (limited to 'linden/indra/linux_crash_logger/llcrashloggerlinux.cpp')
-rw-r--r-- | linden/indra/linux_crash_logger/llcrashloggerlinux.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp b/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp index aa2b82c..c4294d6 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, |
@@ -90,7 +90,7 @@ static BOOL do_ask_dialog(void) | |||
90 | 90 | ||
91 | win = gtk_message_dialog_new(NULL, | 91 | win = gtk_message_dialog_new(NULL, |
92 | flags, messagetype, buttons, | 92 | flags, messagetype, buttons, |
93 | dialog_text); | 93 | "%s", dialog_text); |
94 | gtk_window_set_type_hint(GTK_WINDOW(win), | 94 | gtk_window_set_type_hint(GTK_WINDOW(win), |
95 | GDK_WINDOW_TYPE_HINT_DIALOG); | 95 | GDK_WINDOW_TYPE_HINT_DIALOG); |
96 | gtk_window_set_title(GTK_WINDOW(win), dialog_title); | 96 | gtk_window_set_title(GTK_WINDOW(win), dialog_title); |