Copyright notice and Spanish updates.

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@157 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Jordi Mallach 2002-03-11 13:34:10 +00:00 committed by jordi
parent 8a5ddc88b5
commit 2d6cb0480b
4 changed files with 298 additions and 241 deletions

View File

@ -1,3 +1,7 @@
Feb 28, 2002: Jordi Mallach <jordi@sindominio.net>
- updated copyright notice in about dialog
- updated Spanish translation.
Feb 17, 2002: Ludwig Nussel <l-n@users.sourceforge.net>
- support for LAN broadcast queries

View File

@ -8,6 +8,8 @@ o You can now select Quake3 and Wolfenstein's protocol.
o Added 20sec timeout for wget (nice if Gameaholic is down).
o Added Tribes2 server statistics.
o Fixed Tribes2 and Quake3 masters.
o Added support for LAN broadcast queries.
o Improved master support handling.
XQF 0.9.8 -- December 17, 2001
~~~~~~~~~

File diff suppressed because it is too large Load Diff

View File

@ -1934,7 +1934,8 @@ static void statistics_callback (GtkWidget *widget, gpointer data) {
static void about_dialog (GtkWidget *widget, gpointer data) {
char *intro = _("X11 Quake/QuakeWorld/Quake2/Quake3 Front-End\n");
char *version = g_strdup_printf(_("Version %s\n\n"),XQF_VERSION);
char *author = _("Copyright (C) 1998-2001 Roman Pozlevich <roma@botik.ru>\n\n");
/* 8859-1 translators can use the copyright symbol © instead of (C) */
char *author = _("Copyright (C) 1998-2002 Roman Pozlevich <roma@botik.ru>\n\n");
char *contrib = _("Contributors:\n\n"
"Bill Adams <webmaster@evil.inetarena.com>: Mod & server version filter, fixes\n"
"Alex Burger <alex@fragit.net>: SoF, Tribes2, Wolfenstein, GameSpy master support\n"