gtkhtml r9126 - branches/gnome-2-24/components/editor



Author: mbarnes
Date: Wed Feb  4 18:35:59 2009
New Revision: 9126
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=9126&view=rev

Log:
2009-02-04  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #570276

	* components/editor/gtkhtml-editor-action.c:
	Change Word Wrap accelerator to Ctrl+K, since Ctrl+Backspace
	doesn't work apparently.



Modified:
   branches/gnome-2-24/components/editor/ChangeLog
   branches/gnome-2-24/components/editor/gtkhtml-editor-actions.c

Modified: branches/gnome-2-24/components/editor/gtkhtml-editor-actions.c
==============================================================================
--- branches/gnome-2-24/components/editor/gtkhtml-editor-actions.c	(original)
+++ branches/gnome-2-24/components/editor/gtkhtml-editor-actions.c	Wed Feb  4 18:35:59 2009
@@ -1565,7 +1565,7 @@
 	{ "wrap-lines",
 	  NULL,
 	  N_("_Wrap Lines"),
-	  "<Control>backslash",
+	  "<Control>k",
 	  NULL,
 	  G_CALLBACK (action_wrap_lines_cb) },
 



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