[Morse2txt-checkins] morse2txt/src interface.c,1.11,1.12
Morse code decoder.
Brought to you by:
kprox
From: Ken P. <kp...@us...> - 2009-06-05 22:11:00
|
Update of /cvsroot/morse2txt/morse2txt/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26993/src Modified Files: interface.c Log Message: fixed translator credits Index: interface.c =================================================================== RCS file: /cvsroot/morse2txt/morse2txt/src/interface.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** interface.c 30 May 2009 00:45:51 -0000 1.11 --- interface.c 5 Jun 2009 22:10:57 -0000 1.12 *************** *** 519,523 **** const gchar *documenters[] = { NULL }; /* TRANSLATORS: Replace this string with your names, one name per line. */ ! gchar *translators = _("translator_credits"); GtkWidget *morse_about; --- 519,523 ---- const gchar *documenters[] = { NULL }; /* TRANSLATORS: Replace this string with your names, one name per line. */ ! gchar *translators = {_("Fabian Affolter <fa...@fe...>, 2009.")}; GtkWidget *morse_about; |