# HG changeset patch # User Richard Laager # Date 1225664293 0 # Node ID 5fa132f530f3927347c379d8dd7cad663dc525e2 # Parent 0bf04bded747361a50e3bddaba90cedb6875593a# Parent 673abaf19f6e5f6f56f05a16f8b26f962f9804f0 propagate from branch 'im.pidgin.pidgin' (head 3fa3a746613f1d6095334bfc54443d61166dd9fa) to branch 'im.pidgin.pidgin.next.minor' (head f3bb9458fa15c80c60545652e3145916f069d494) diff -r 673abaf19f6e -r 5fa132f530f3 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sun Nov 02 21:54:52 2008 +0000 +++ b/pidgin/gtkmain.c Sun Nov 02 22:18:13 2008 +0000 @@ -536,12 +536,8 @@ "Please make sure to specify what you were doing at the time\n" "and post the backtrace from the core file. If you do not know\n" "how to get the backtrace, please read the instructions at\n" - "%swiki/GetABacktrace\n\n" - "If you need further assistance, please IM either SeanEgn or \n" - "LSchiere (via AIM). Contact information for Sean and Luke \n" - "on other protocols is at\n" - "%swiki/DeveloperPages\n"), - PIDGIN_NAME, DISPLAY_VERSION, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE + "%swiki/GetABacktrace\n"), + PIDGIN_NAME, DISPLAY_VERSION, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE ); /* we have to convert the message (UTF-8 to console diff -r 673abaf19f6e -r 5fa132f530f3 po/POTFILES.in