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:
parent
c2c36d38e2
commit
85eac2a0b6
@ -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
|
||||
|
@ -121,7 +121,7 @@ init_library (void)
|
||||
init_trigraph_map ();
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
(void) bindtextdomain ("gcc", LOCALEDIR);
|
||||
(void) bindtextdomain (PACKAGE, LOCALEDIR);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user