# HG changeset patch # User Matti Hamalainen # Date 1207733804 -10800 # Node ID 6456eadfe0ca20c36d2206be5cb69817d830fdad # Parent 72443cd1061ac5e2debe5df022f833218a85b417 Updated bugtracker URL and made the sig11 handler tiny bit more informative. diff -r 72443cd1061a -r 6456eadfe0ca src/audacious/signals.c --- a/src/audacious/signals.c Wed Apr 09 12:03:44 2008 +0300 +++ b/src/audacious/signals.c Wed Apr 09 12:36:44 2008 +0300 @@ -46,7 +46,7 @@ "We apologize for the inconvenience, but Audacious has crashed.\n" "This is a bug in the program, and should never happen under normal circumstances.\n" "Your current configuration has been saved and should not be damaged.\n\n" - "You can help improve the quality of Audacious by filing a bug at http://bugs-meta.atheme.org\n" + "You can help improve the quality of Audacious by filing a bug at http://bugzilla.atheme.org/\n" "Please include the entire text of this message and a description of what you were doing when\n" "this crash occured in order to quickly expedite the handling of your bug report:\n\n")); @@ -70,10 +70,12 @@ g_free(strings); } #else - g_printerr("Stacktrace was unavailable.\n"); + g_printerr(_("Stacktrace was unavailable. You might want to reproduce this " + "problem while running Audacious under GDB to get a proper backtrace.\n")); #endif - g_printerr(_("\nBugs can be reported at http://bugs-meta.atheme.org against the Audacious product.\n")); + g_printerr(_("\nBugs can be reported at http://bugzilla.atheme.org/ against " + "the Audacious or Audacious Plugins product.\n")); g_critical("Received SIGSEGV -- Audacious has crashed.");