URI:
       tLocalize the currency symbol. - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7669bac75b549a9dbdad4686686c0c24dd058c26
   DIR parent a2b6d63561d928021695e37ca17d0f6418e9e09b
  HTML Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 29 Jul 2002 14:32:29 +0000
       
       Localize the currency symbol.
       
       
       Diffstat:
         M src/dopewars.c                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/dopewars.c b/src/dopewars.c
       t@@ -2319,7 +2319,7 @@ void SetupParameters(void)
          Log.Timestamp = g_strdup("[%H:%M:%S] ");
          Log.File = g_strdup("");
        
       -  Currency.Symbol = g_strdup("$");
       +  Currency.Symbol = g_strdup(_("$"));
          Currency.Prefix = TRUE;
        
          /* Set hard-coded default values */