comparison 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
comparison
equal deleted inserted replaced
3426:ccbcc11a68c2 3427:8fa61405af2b
1137 } 1137 }
1138 } 1138 }
1139 fclose(f); 1139 fclose(f);
1140 } else if (opt_rcfile_arg) { 1140 } else if (opt_rcfile_arg) {
1141 g_snprintf(buf, sizeof(buf), _("Could not open config file %s."), opt_rcfile_arg); 1141 g_snprintf(buf, sizeof(buf), _("Could not open config file %s."), opt_rcfile_arg);
1142 do_error_dialog(buf, _("Preferences Error")); 1142 do_error_dialog(buf, NULL, GAIM_ERROR);
1143 set_defaults(); 1143 set_defaults();
1144 } else { 1144 } else {
1145 set_defaults(); 1145 set_defaults();
1146 save_prefs(); 1146 save_prefs();
1147 } 1147 }