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

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

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#2373) Re: [FreeCiv-Cvs] jdorje: Add 16 new possible city report columns. Ch...
From: Jason Dorje Short <vze49r5w@xxxxxxxxxxx>
Date: Thu, 21 Nov 2002 03:17:31 -0500
Reply-to: jdorje@xxxxxxxxxxxxxxxxxxxxx

mateusz stefek via RT wrote:
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)

A side question: why does Q_("") come out to...what it does...when using LANGUAGE=de?

jason



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