diff options
author | Seth Alves <alves@src.gnome.org> | 2000-08-05 07:35:02 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-08-05 07:35:02 +0800 |
commit | 08f484c66062063c88fa46c71127be8dc174feef (patch) | |
tree | 60840064b368dfed7902c2da30d604b01b62254b /calendar/cal-client/cal-client.c | |
parent | 9d08ab1e01ca461c67917d982f75f6574c6df3e3 (diff) | |
download | gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.tar gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.tar.gz gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.tar.bz2 gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.tar.lz gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.tar.xz gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.tar.zst gsoc2013-evolution-08f484c66062063c88fa46c71127be8dc174feef.zip |
tlauche is now called wombat
svn path=/trunk/; revision=4538
Diffstat (limited to 'calendar/cal-client/cal-client.c')
-rw-r--r-- | calendar/cal-client/cal-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-client/cal-client.c b/calendar/cal-client/cal-client.c index 8acd734213..5704769f7c 100644 --- a/calendar/cal-client/cal-client.c +++ b/calendar/cal-client/cal-client.c @@ -415,7 +415,7 @@ cal_client_construct (CalClient *client) CORBA_exception_free (&ev); if (result) { - g_message ("cal_client_construct(): could not contact Tlacuache, " + g_message ("cal_client_construct(): could not contact Wombat, " "the personal calendar server"); return NULL; } |