# HG changeset patch # User Richard Laager # Date 1190999893 0 # Node ID 9850ebd9f964c83ce73408e3bdc85b54dde0484a # Parent bebfd8bbe5ebe239b224de9b64cb64370db72537 applied changes from 78b2ccce7cd45df860c7b3fffac608362438ac6f through 887f4f4c3543d4601502c165918d5ea69ccad247 diff -r bebfd8bbe5eb -r 9850ebd9f964 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Fri Sep 28 17:13:38 2007 +0000 +++ b/pidgin/gtkmain.c Fri Sep 28 17:18:13 2007 +0000 @@ -509,7 +509,7 @@ #ifndef DEBUG /* We translate this here in case the crash breaks gettext. */ segfault_message_tmp = g_strdup_printf(_( - "%s has segfaulted and attempted to dump a core file.\n" + "%s %s has segfaulted and attempted to dump a core file.\n" "This is a bug in the software and has happened through\n" "no fault of your own.\n\n" "If you can reproduce the crash, please notify the developers\n" @@ -523,7 +523,7 @@ "LSchiere (via AIM). Contact information for Sean and Luke \n" "on other protocols is at\n" "%swiki/DeveloperPages\n"), - PIDGIN_NAME, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE + PIDGIN_NAME, VERSION, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE ); /* we have to convert the message (UTF-8 to console