# HG changeset patch # User nenolod # Date 1169518882 28800 # Node ID 52bcc18eb8bbd12b4b3f117c1e9f1fc48b460f22 # Parent af600aefd2cf84b4e77fe8926eefce8d0803d38c [svn] - attempt to bind the audacious-plugins domain diff -r af600aefd2cf -r 52bcc18eb8bb ChangeLog --- 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 + 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 revision [3782] - export main.h again diff -r af600aefd2cf -r 52bcc18eb8bb src/audacious/main.c --- 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();