anjuta r4749 - in trunk: . plugins/document-manager



Author: jhs
Date: Mon Feb 16 10:12:59 2009
New Revision: 4749
URL: http://svn.gnome.org/viewvc/anjuta?rev=4749&view=rev

Log:
Reverted last commit

Modified:
   trunk/ChangeLog
   trunk/plugins/document-manager/plugin.c

Modified: trunk/plugins/document-manager/plugin.c
==============================================================================
--- trunk/plugins/document-manager/plugin.c	(original)
+++ trunk/plugins/document-manager/plugin.c	Mon Feb 16 10:12:59 2009
@@ -235,7 +235,7 @@
 static GtkActionEntry actions_navigation[] = {
   { "ActionMenuGoto", NULL, N_("_Goto"), NULL, NULL, NULL},/* menu title */
   { "ActionEditGotoLine", ANJUTA_STOCK_GOTO_LINE, N_("_Line Number..."),
-	"<control>i", N_("Go to a particular line in the editor"),
+	"<control><alt>g", N_("Go to a particular line in the editor"),
     G_CALLBACK (on_goto_line_no1_activate)},
   { "ActionEditGotoMatchingBrace", GTK_STOCK_JUMP_TO, N_("Matching _Brace"),
 	"<control><alt>m", N_("Go to the matching brace in the editor"),



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