comparison pidgin/gtkmain.c @ 15439:a415922e2882

merge of '8f5c72b9dbcf628f35e4674469f97b34f9c6fa2c' and 'e082ba7b9cfaf0fef0531d0fe9b54af7831f75df'
author Ethan Blanton <elb@pidgin.im>
date Sun, 28 Jan 2007 01:24:15 +0000
parents 42961709cb30
children d75099d2567e
comparison
equal deleted inserted replaced
15426:c9497aad9fc4 15439:a415922e2882
526 /* We translate this here in case the crash breaks gettext. */ 526 /* We translate this here in case the crash breaks gettext. */
527 segfault_message_tmp = g_strdup_printf(_( 527 segfault_message_tmp = g_strdup_printf(_(
528 PIDGIN_NAME " has segfaulted and attempted to dump a core file.\n" 528 PIDGIN_NAME " has segfaulted and attempted to dump a core file.\n"
529 "This is a bug in the software and has happened through\n" 529 "This is a bug in the software and has happened through\n"
530 "no fault of your own.\n\n" 530 "no fault of your own.\n\n"
531 "If you can reproduce the crash, please notify the gaim\n" 531 "If you can reproduce the crash, please notify the Pidgin\n"
532 "developers by reporting a bug at\n" 532 "developers by reporting a bug at\n"
533 "%sbug.php\n\n" 533 "%sbug.php\n\n"
534 "Please make sure to specify what you were doing at the time\n" 534 "Please make sure to specify what you were doing at the time\n"
535 "and post the backtrace from the core file. If you do not know\n" 535 "and post the backtrace from the core file. If you do not know\n"
536 "how to get the backtrace, please read the instructions at\n" 536 "how to get the backtrace, please read the instructions at\n"