summaryrefslogtreecommitdiff
path: root/desktop/textinput.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-11 10:34:06 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-11 10:34:06 +0000
commit7af0614202bf89e3fae0fa06b65b74aa9bc580fc (patch)
tree7a799b8f66d231021aecf0820fcd77930a56e876 /desktop/textinput.h
parent99fc8d3f0dd0f9889ced412d3b855878f525907a (diff)
downloadnetsurf-7af0614202bf89e3fae0fa06b65b74aa9bc580fc.tar.gz
netsurf-7af0614202bf89e3fae0fa06b65b74aa9bc580fc.tar.bz2
Make delete line key enum value name less missleading. (Doesn't cut to clipboard.)
Diffstat (limited to 'desktop/textinput.h')
-rw-r--r--desktop/textinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/textinput.h b/desktop/textinput.h
index 745addeb6..e0581b23a 100644
--- a/desktop/textinput.h
+++ b/desktop/textinput.h
@@ -38,7 +38,7 @@ enum input_key {
KEY_SHIFT_TAB = 11,
KEY_CR = 13,
- KEY_CUT_LINE = 21,
+ KEY_DELETE_LINE = 21,
KEY_PASTE = 22,
KEY_CUT_SELECTION = 24,
KEY_CLEAR_SELECTION = 26,