diff src/audacious/main.c @ 2388:52bcc18eb8bb trunk

[svn] - attempt to bind the audacious-plugins domain
author nenolod
date Mon, 22 Jan 2007 18:21:22 -0800
parents 847213941224
children 15fc0d852633
line wrap: on
line diff
--- 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();