gtkhtml r8892 - trunk/components/editor



Author: msuman
Date: Sun Jul 13 13:08:31 2008
New Revision: 8892
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8892&view=rev

Log:
Patch from B S Srinidhi  <srinidhi bs gmail com>: Fixes bug #542567 (Correct the shortcuts for increasing and decreasing indents.)

Modified:
   trunk/components/editor/ChangeLog
   trunk/components/editor/gtkhtml-editor-actions.c

Modified: trunk/components/editor/gtkhtml-editor-actions.c
==============================================================================
--- trunk/components/editor/gtkhtml-editor-actions.c	(original)
+++ trunk/components/editor/gtkhtml-editor-actions.c	Sun Jul 13 13:08:31 2008
@@ -1330,7 +1330,7 @@
 	{ "indent",
 	  GTK_STOCK_INDENT,
 	  N_("_Increase Indent"),
-	  "<Control>bracketleft",
+	  "<Control>bracketright",
 	  N_("Increase Indent"),
 	  G_CALLBACK (action_indent_cb) },
 
@@ -1533,7 +1533,7 @@
 	{ "unindent",
 	  GTK_STOCK_UNINDENT,
 	  N_("_Decrease Indent"),
-	  "<Control>bracketright",
+	  "<Control>bracketleft",
 	  N_("Decrease Indent"),
 	  G_CALLBACK (action_unindent_cb) },
 



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