Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] (PR#9840) Units in economy report
Home

[Freeciv-Dev] (PR#9840) Units in economy report

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#9840) Units in economy report
From: "Egor Vyscrebentsov via RT" <evyscr@xxxxxxxxx>
Date: Fri, 27 Aug 2004 14:19:42 -0700
Reply-to: RT_CorrespondAddressNotSet@xxxxxxxxxxxxxx

<URL: http://RT::WebBaseURL.not.configured:80/Ticket/Display.html?id=9840 >

CVS 2004-08-18, GTK-2 client.

In client/gui-gtk-2.0/repodlgs.c (lines from 615):

void create_economy_report_dialog(bool make_modal)                     
                                       
{                                                                      
                                       
  static const char *titles[4] = {                                     
                                       
    N_("Building Name"),                                               
                                       
    N_("Count"),                                                       
                                       
    N_("Cost"),                                                        
                                       
    N_("U Total")                                                      
                                       
  };                                                                   
                                       

we have a list field name "Building Name". But in this list units
(with uk_gold > 0) appear also (see screenshot: non-latin char names
are buildings, latin - units).
IMHO, it would be not so bad to add something like "(b)" and "(u)"
after building and unit name also.

Thanks, evyscr.

PNG image


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#9840) Units in economy report, Egor Vyscrebentsov via RT <=