From 7af0614202bf89e3fae0fa06b65b74aa9bc580fc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 11 Feb 2013 10:34:06 +0000 Subject: Make delete line key enum value name less missleading. (Doesn't cut to clipboard.) --- gtk/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/gui.c b/gtk/gui.c index faae172df..f44a13824 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -1028,7 +1028,7 @@ uint32_t gtk_gui_gdkkey_to_nskey(GdkEventKey *key) return gdk_keyval_to_unicode(key->keyval); case 'u': if (key->state & GDK_CONTROL_MASK) - return KEY_CUT_LINE; + return KEY_DELETE_LINE; return gdk_keyval_to_unicode(key->keyval); case 'c': if (key->state & GDK_CONTROL_MASK) -- cgit v1.2.3