2004-07-23 Matthias Klose <doko@debian.org>
authorMatthias Klose <doko@debian.org>
Fri, 23 Jul 2004 07:00:57 +0000 (07:00 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Fri, 23 Jul 2004 07:00:57 +0000 (07:00 +0000)
        init.c (init_library): Use PACKAGE for the text domain.

From-SVN: r85073

libcpp/ChangeLog
libcpp/init.c

index 48fdf38691b49634af5ae6927f1ab6a41ec85091..5c225a3eb8fb38c1aad7aae0870b3e8fba8728c0 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-23  Matthias Klose  <doko@debian.org> 
+       init.c (init_library): Use PACKAGE for the text domain. 
+
 2004-07-16  Andris Pavenis  <pavenis@latnet.lv>
 
        PR preprocessor/16366
index d1cc1e65d0fff2c100b57827767f7edaa9dbc0ea..aaf1d6b353cc9f6578abd514ccfae03d55fa16c2 100644 (file)
@@ -121,7 +121,7 @@ init_library (void)
       init_trigraph_map ();
 
 #ifdef ENABLE_NLS
-       (void) bindtextdomain ("gcc", LOCALEDIR);
+       (void) bindtextdomain (PACKAGE, LOCALEDIR);
 #endif
     }
 }