Mercurial > pidgin
changeset 32598:fb50e2499748
Fix copy+paste typo. Doesn't seem to make a real difference though.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 29 Jul 2009 04:17:40 +0000 |
parents | b960be0f3423 |
children | e9b4440718fe |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Tue Jul 28 05:49:14 2009 +0000 +++ b/pidgin/gtkblist.c Wed Jul 29 04:17:40 2009 +0000 @@ -8461,7 +8461,7 @@ g_object_unref(G_OBJECT(plugins_action_group)); } - plugins_action_group = gtk_action_group_new("Accounts"); + plugins_action_group = gtk_action_group_new("PluginActions"); #ifdef ENABLE_NLS gtk_action_group_set_translation_domain(plugins_action_group, PACKAGE); #endif