Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2001:
[Freeciv-Dev] Re: Message translation problem
Home

[Freeciv-Dev] Re: Message translation problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Michael Stefaniuc <mstefani@xxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Message translation problem
From: Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 7 Oct 2001 13:37:42 +0200
Reply-to: rf13@xxxxxxxxxxxxxxxxxxxxxx

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


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