changeset 4431:6456eadfe0ca

Updated bugtracker URL and made the sig11 handler tiny bit more informative.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 09 Apr 2008 12:36:44 +0300
parents 72443cd1061a
children b9587e67eb02
files src/audacious/signals.c
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.");