diff src/dialogs.c @ 3508:b8783a46e476

[gaim-migrate @ 3574] No changes. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 14 Sep 2002 18:47:45 +0000
parents 16f4776742af
children db00eb77997d
line wrap: on
line diff
--- a/src/dialogs.c	Sat Sep 14 18:15:36 2002 +0000
+++ b/src/dialogs.c	Sat Sep 14 18:47:45 2002 +0000
@@ -680,8 +680,10 @@
 		label = gtk_label_new("Everytime you click my name, an angel gets its wings.");
 	else if (ee == 6)
 		label = gtk_label_new("This sunflower seed taste like pizza.");
-	else 
+	else if (ee == 7)
 		label = gtk_label_new("Hey!  I was in that tumbleweed!");
+	else
+		label = gtk_label_new("I'm not anything.");
 	
 	gtk_widget_show(label);
 	gtk_widget_show(ok);