diff src/gaimrc.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 2a34734f6a0d
children 0c281a80767d
line wrap: on
line diff
--- a/src/gaimrc.c	Sun Aug 25 06:08:15 2002 +0000
+++ b/src/gaimrc.c	Sun Aug 25 10:51:24 2002 +0000
@@ -1139,7 +1139,7 @@
 		fclose(f);
 	} else if (opt_rcfile_arg) {
 		g_snprintf(buf, sizeof(buf), _("Could not open config file %s."), opt_rcfile_arg);
-		do_error_dialog(buf, _("Preferences Error"));
+		do_error_dialog(buf, NULL, GAIM_ERROR);
 		set_defaults();
 	} else {
 		set_defaults();