[gq-commit] gq/src mainwin.c,1.57,1.58
Status: Beta
Brought to you by:
sur5r
From: <he...@us...> - 2006-04-11 11:34:56
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14336/src Modified Files: mainwin.c Log Message: 2006-04-11 Sven Herzberg <he...@gn...> * Makefile.am: include the intl directory to the distfiles * src/mainwin.c: fix the about dialog, error pointed out by Gergely Tamas Index: mainwin.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/mainwin.c,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** mainwin.c 7 Apr 2006 21:37:09 -0000 1.57 --- mainwin.c 11 Apr 2006 11:34:42 -0000 1.58 *************** *** 1086,1093 **** about_text = g_string_sized_new(512); ! g_string_sprintf(about_text, "GQ %s\n\n\n%s\n\n%s\n%s\n%s\n\n%s\n\n%s\n\n" ! "GLib version %d.%d.%d\n", ! "GTK version %d.%d.%d\n" VERSION, _("The gentleman's LDAP client"), _("Copyright (C) 1998-2003 Bert Vermeulen <be...@bi...>"), --- 1086,1093 ---- about_text = g_string_sized_new(512); ! g_string_sprintf(about_text, "GQ %s\n\n\n%s\n\n%s\n%s\n%s\n\n%s\n\n%s\n\n" ! "GLib version %d.%d.%d\n" ! "GTK version %d.%d.%d\n", VERSION, _("The gentleman's LDAP client"), _("Copyright (C) 1998-2003 Bert Vermeulen <be...@bi...>"), |