2004-07-23 Matthias Klose <doko@debian.org>

init.c (init_library): Use PACKAGE for the text domain.

From-SVN: r85073
This commit is contained in:
Matthias Klose 2004-07-23 07:00:57 +00:00 committed by Matthias Klose
parent c2c36d38e2
commit 85eac2a0b6
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -121,7 +121,7 @@ init_library (void)
init_trigraph_map ();
#ifdef ENABLE_NLS
(void) bindtextdomain ("gcc", LOCALEDIR);
(void) bindtextdomain (PACKAGE, LOCALEDIR);
#endif
}
}