changeset 27:d160ae2251e9 trunk

[svn] Update SIGSEGV message, contained the BMP mailing information.
author nenolod
date Tue, 25 Oct 2005 21:26:50 -0700
parents e885e070056c
children a4513169b27e
files audacious/main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/main.c	Tue Oct 25 21:10:38 2005 -0700
+++ b/audacious/main.c	Tue Oct 25 21:26:50 2005 -0700
@@ -839,8 +839,8 @@
 segfault_handler(gint sig)
 {
     g_printerr(_("\nReceived SIGSEGV\n\n"
-                 "This could be a bug in BMP. If you don't know why this happened, "
-                 "send a mail to us at beepmp-devel@lists.sourceforge.net\n\n"));
+                 "This could be a bug in Audacious. If you don't know why this happened, "
+                 "file a bug at http://bugs.nenolod.net/\n\n"));
 #ifdef HANDLE_SIGSEGV
     exit(EXIT_FAILURE);
 #else