Commit 85eac2a0 by Matthias Klose Committed by Matthias Klose

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

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

From-SVN: r85073
parent c2c36d38
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
......
......@@ -121,7 +121,7 @@ init_library (void)
init_trigraph_map ();
#ifdef ENABLE_NLS
(void) bindtextdomain ("gcc", LOCALEDIR);
(void) bindtextdomain (PACKAGE, LOCALEDIR);
#endif
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment