diff src/perl.c @ 3427:8fa61405af2b

[gaim-migrate @ 3453] Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 10:51:24 +0000
parents c731327dbc47
children b48065e52337
line wrap: on
line diff
--- a/src/perl.c	Sun Aug 25 06:08:15 2002 +0000
+++ b/src/perl.c	Sun Aug 25 10:51:24 2002 +0000
@@ -410,7 +410,7 @@
 
 	title = SvPV(ST(0), junk);
 	message = SvPV(ST(1), junk);
-	do_error_dialog(message, title);
+	do_error_dialog(message, NULL, GAIM_INFO);
 	XSRETURN(0);
 }
 
@@ -876,7 +876,7 @@
 		s = s->next;
 	}
 
-	do_error_dialog(buf, _("Perl Scripts"));
+	do_error_dialog(buf, NULL, GAIM_INFO);
 }
 
 #endif /* USE_PERL */