Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv30701/plugins
Modified Files:
notify.c
Log Message:
Sorry for that.
Index: notify.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/notify.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- notify.c 26 Sep 2002 07:37:51 -0000 1.15
+++ notify.c 27 Sep 2002 03:34:54 -0000 1.16
@@ -261,7 +261,7 @@
snprintf(buf, 1000, "%s/.gaim/.notify", getenv("HOME"));
if (!(fp = fopen(buf, "w"))) {
- do_eror_dialog(_("Unable to write to config file"), _("Notify plugin"), GAIM_ERROR);
+ do_error_dialog(_("Unable to write to config file"), _("Notify plugin"), GAIM_ERROR);
return;
}
|