[Freeciv-Dev] (PR#3612) Legend bug
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
[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);
}
|
|