[anjuta] indentation-python-style: Rename action group to "Python Indentation".



commit 29e79d767adaf259f9fb999ed3da22d02d3975aa
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date:   Mon Nov 5 17:06:19 2012 +0100

    indentation-python-style: Rename action group to "Python Indentation".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687663

 plugins/indentation-python-style/plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/indentation-python-style/plugin.c b/plugins/indentation-python-style/plugin.c
index 56a0945..78b4c11 100644
--- a/plugins/indentation-python-style/plugin.c
+++ b/plugins/indentation-python-style/plugin.c
@@ -223,8 +223,8 @@ indent_python_plugin_activate (AnjutaPlugin *plugin)
 	ui = anjuta_shell_get_ui (plugin->shell, NULL);
 
 	python_plugin->action_group =
-		anjuta_ui_add_action_group_entries (ui, "ActionGroupPythonAssist",
-											_("Python Assistance"),
+		anjuta_ui_add_action_group_entries (ui, "ActionGroupPythonIndent",
+											_("Python Indentation"),
 											actions,
 											G_N_ELEMENTS (actions),
 											GETTEXT_PACKAGE, TRUE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]