Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2003:
[Freeciv-Dev] (PR#3612) Legend bug
Home

[Freeciv-Dev] (PR#3612) Legend bug

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: ChrisK@xxxxxxxx
Subject: [Freeciv-Dev] (PR#3612) Legend bug
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Mar 2003 17:22:01 -0800
Reply-to: rt@xxxxxxxxxxxxxx

[ChrisK@xxxxxxxx - Tue Mar  4 22:13:38 2003]:

> The legend translations existing in *.po are not shown in the nation
> dialog.

Oops.

jason

? client/gui-win32/stikfZvX
Index: client/packhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/packhand.c,v
retrieving revision 1.293
diff -u -r1.293 packhand.c
--- client/packhand.c   2003/02/20 23:00:55     1.293
+++ client/packhand.c   2003/03/05 01:20:49
@@ -2280,7 +2280,7 @@
     pl->class = mystrdup(_("Other"));
   }
 
-  pl->legend = mystrdup(p->legend);
+  pl->legend = mystrdup(_(p->legend));
 
   tilespec_setup_nation_flag(p->id);
 }

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