ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src add_contact_window.c,1.11,1.12


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src add_contact_window.c,1.11,1.12
Date: Fri, 17 Jan 2003 18:43:13 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv21596

Modified Files:
        add_contact_window.c 
Log Message:
i think Philip forgot this commit :)


Index: add_contact_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/add_contact_window.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- add_contact_window.c        16 Jan 2003 13:11:01 -0000      1.11
+++ add_contact_window.c        17 Jan 2003 23:43:11 -0000      1.12
@@ -207,7 +207,7 @@
                char *buf = NULL;
                char *err = eb_services[service_id].sc->check_login((char 
*)account, (char *)"");
                if (err != NULL) {
-                       buf = g_strdup_printf(_("The account is not 
syntaxically correct:\n%s"), err);
+                       buf = g_strdup_printf(_("The account is not 
syntactically correct:\n%s"), err);
                        g_free(err);
                        do_error_dialog(buf, _("Error"));
                        g_free(buf);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]