Author: ek.kato
Date: Tue Jan 27 03:03:13 2009
New Revision: 5786
Modified:
branches/1.5/helper/dict-word-list-win-gtk.c
Log:
* Port r5785 from trunk.
Modified: branches/1.5/helper/dict-word-list-win-gtk.c
==============================================================================
--- branches/1.5/helper/dict-word-list-win-gtk.c (original)
+++ branches/1.5/helper/dict-word-list-win-gtk.c Tue Jan 27 03:03:13 2009
@@ -705,6 +705,7 @@
{
switch (event->keyval) {
case GDK_Delete:
+ case GDK_BackSpace:
ACTIVATE_ACTION(window, "RemoveWord");
break;
default: