changeset 8452:e38c127ec2d4

[gaim-migrate @ 9182] Thanks, Lazlo. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 15 Mar 2004 19:07:57 +0000
parents 6b7b5b10cd8a
children cd54c91a9f03
files src/main.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.c	Mon Mar 15 16:36:40 2004 +0000
+++ b/src/main.c	Mon Mar 15 19:07:57 2004 +0000
@@ -367,7 +367,12 @@
 			"assistance, please IM either RobFlynn or SeanEgn and\n"
 			"they can help you.\n");
 #else
-		fprintf(stderr, "Oh no!  Segmentation fault!\n");
+		fprintf(stderr, "Hi, user.  We need to talk.\n"
+			"I think something's gone wrong here.  It's probably my fault.\n"
+			"No, really, it's not you... it's me... no no no, I think we get along well\n"
+			"it's just that.... well, I want to see other people.  I... what?!?  NO!  I haven't\n"
+			"been cheating on you!!  How many times do you want me to tell you?!  And for the\n"
+			"last time, it's just a rash!\n");
 		/*g_on_error_query (g_get_prgname());*/
 #endif
 		abort();