anjuta r4748 - in trunk: . plugins/document-manager
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4748 - in trunk: . plugins/document-manager
- Date: Mon, 16 Feb 2009 10:11:10 +0000 (UTC)
Author: jhs
Date: Mon Feb 16 10:11:10 2009
New Revision: 4748
URL: http://svn.gnome.org/viewvc/anjuta?rev=4748&view=rev
Log:
2009-02-14 Adam Dingle <adam medovina org>
* plugins/document-manager/plugin.c:
fixed #571746 â use Ctrl+I to jump to line number
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:11:10 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><alt>g", N_("Go to a particular line in the editor"),
+ "<control>i", 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]