diff audacious/ui_playlist.c @ 2226:325a97334c11 trunk

[svn] - set the translation domain for UIManager owned objects. Closes #719, #720.
author nenolod
date Sun, 31 Dec 2006 11:32:05 -0800
parents cc6a05baa156
children 894f7aa46f83
line wrap: on
line diff
--- a/audacious/ui_playlist.c	Sat Dec 30 13:15:44 2006 -0800
+++ b/audacious/ui_playlist.c	Sun Dec 31 11:32:05 2006 -0800
@@ -2054,6 +2054,7 @@
     GError *error = NULL;
 
     action_group = gtk_action_group_new("playlistwin");
+    gtk_action_group_set_translation_domain(action_group, PACKAGE_NAME);
     gtk_action_group_add_actions(action_group, playlistwin_actions,
 				 G_N_ELEMENTS(playlistwin_actions), NULL);