Mercurial > audlegacy
changeset 2388:52bcc18eb8bb trunk
[svn] - attempt to bind the audacious-plugins domain
author | nenolod |
---|---|
date | Mon, 22 Jan 2007 18:21:22 -0800 |
parents | af600aefd2cf |
children | 2413a9314bed |
files | ChangeLog src/audacious/main.c |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 22 18:19:50 2007 -0800 +++ b/ChangeLog Mon Jan 22 18:21:22 2007 -0800 @@ -1,3 +1,12 @@ +2007-01-23 02:19:50 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [3784] + - add i18n.h which wraps gettext in a way that is usable to plugins. + + trunk/src/audacious/Makefile | 1 + + trunk/src/audacious/i18n.h | 33 +++++++++++++++++++++++++++++++++ + 2 files changed, 34 insertions(+) + + 2007-01-22 17:51:03 +0000 Giacomo Lozito <james@develia.org> revision [3782] - export main.h again
--- a/src/audacious/main.c Mon Jan 22 18:19:50 2007 -0800 +++ b/src/audacious/main.c Mon Jan 22 18:21:22 2007 -0800 @@ -1127,6 +1127,8 @@ gtk_set_locale(); bindtextdomain(PACKAGE_NAME, LOCALEDIR); bind_textdomain_codeset(PACKAGE_NAME, "UTF-8"); + bindtextdomain(PACKAGE_NAME "-plugins", LOCALEDIR); + bind_textdomain_codeset(PACKAGE_NAME "-plugins", "UTF-8"); textdomain(PACKAGE_NAME); bmp_init_paths();