[Freeciv-Dev] Re: Message translation problem
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sun, Oct 07, 2001 at 12:43:07PM +0200, Michael Stefaniuc wrote:
> Hello Raimar,
>
> could you please apply the patch. Two people (without me) tried the
> patch and it fixed the problem.
>
> Index: server/plrhand.c
> ===================================================================
> RCS file: /home/freeciv/CVS/freeciv/server/plrhand.c,v
> retrieving revision 1.198
> diff -u -r1.198 plrhand.c
> --- server/plrhand.c 2001/09/12 09:12:14 1.198
> +++ server/plrhand.c 2001/10/06 16:43:15
> @@ -315,7 +315,7 @@
> if (bonus_tech_hack) {
> if (advances[tech_found].bonus_message != NULL) {
> notify_player(plr, _("Game: %s"),
> - advances[tech_found].bonus_message);
> + Q_(advances[tech_found].bonus_message));
Why Q_( and not _(?
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"When C++ is your hammer, everything looks like a thumb."
-- Steven M. Haflich
- [Freeciv-Dev] Re: Message translation problem, (continued)
- [Freeciv-Dev] Re: Message translation problem, Jason Dorje Short, 2001/10/05
- [Freeciv-Dev] Re: Message translation problem, Pieter J. Kersten, 2001/10/05
- [Freeciv-Dev] Re: Message translation problem, Michael Stefaniuc, 2001/10/05
- [Freeciv-Dev] Re: Message translation problem, Pieter J. Kersten, 2001/10/05
- [Freeciv-Dev] Re: Message translation problem, Michael Stefaniuc, 2001/10/06
- [Freeciv-Dev] Re: Message translation problem, Christian Knoke, 2001/10/06
- [Freeciv-Dev] Re: Message translation problem, Michael Stefaniuc, 2001/10/06
- [Freeciv-Dev] Re: Message translation problem, Christian Knoke, 2001/10/06
- [Freeciv-Dev] Re: Message translation problem, Pieter J. Kersten, 2001/10/06
- [Freeciv-Dev] Re: Message translation problem, Michael Stefaniuc, 2001/10/07
- [Freeciv-Dev] Re: Message translation problem,
Raimar Falke <=
- [Freeciv-Dev] Re: Message translation problem, Michael Stefaniuc, 2001/10/07
|
|