Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2002:
[Freeciv-Dev] (PR#2373) Re: [FreeCiv-Cvs] jdorje: Add 16 new possible ci
Home

[Freeciv-Dev] (PR#2373) Re: [FreeCiv-Cvs] jdorje: Add 16 new possible ci

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#2373) Re: [FreeCiv-Cvs] jdorje: Add 16 new possible city report columns. Ch...
From: "mateusz stefek via RT" <rt@xxxxxxxxxxxxxx>
Date: Wed, 20 Nov 2002 23:02:18 -0800
Reply-to: rt@xxxxxxxxxxxxxx

Dnia 2002.11.14 04:41 freeciv@xxxxxxxxxxxxxxxxxxx napisa³(a):
> This is an automated notification of a change to freeciv cvs,
> on Wed Nov 13 19:39:43 PST 2002 = Thu Nov 14 03:39:43 2002 (GMT)
> by Jason Dorje Short <jdorje@xxxxxxxxxxxxxxxxxxxxx>
> 
> ---- Files affected:
> 
> freeciv/client cityrepdata.c cityrepdata.h
> freeciv/client/gui-gtk cityrep.c
> 
> ---- Log message:
>       Tag: HEAD
> 
> Add 16 new possible city report columns.  Change the GTK client's city
> report so that when editing the list of columns used the choices are
> put
> into two columns.
> 
> Patch by Tuomas Airaksinen <tuomas.airaksinen@xxxxxxxxxx> as PR#737,
> with
> changes by me.
> 
> 
N_("?entertainers/scientists/taxmen:E/S/T"),
     N_("Entertainers, Scientists, Taxmen"),
     FUNC_TAG(specialists) },
   { FALSE, 2, 1, "", N_("?Entertainers:E"), N_("Entertainers"),
     FUNC_TAG(entertainers) },
   { FALSE, 2, 1, "", N_("?Scientists:S"), N_("Scientists"),
     FUNC_TAG(scientists) },
   { FALSE, 2, 1, "", N_("?Taxmen:T"), N_("Taxmen"),
     FUNC_TAG(taxmen) },

Shouldn't there be NULL instead of ""  ?
Seems to be completly untested. (Or tested only on machines without 
gettext)
--
mateusz



[Prev in Thread] Current Thread [Next in Thread]