|
From: <ho...@us...> - 2003-12-14 09:47:04
|
Update of /cvsroot/ganc/ganc/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3117/src
Modified Files:
interface.c
Log Message:
Added Xavi to list of authors in About dialog
Index: interface.c
===================================================================
RCS file: /cvsroot/ganc/ganc/src/interface.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** interface.c 8 Dec 2003 19:58:49 -0000 1.2
--- interface.c 14 Dec 2003 00:26:55 -0000 1.3
***************
*** 315,322 ****
--- 315,324 ----
{
const gchar *authors[] = {
+ "Xavier Martinez Hidalgo",
"Jose Marino\t",
NULL
};
const gchar *documenters[] = {
+ "Xavier Martinez Hidalgo",
"Jose Marino",
NULL
|