diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-12 00:24:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-12 00:24:53 -0400 |
commit | f1977d62c94d74a72d1c7a4abbbecdec21e3980e (patch) | |
tree | ecb76b7a0c4542b1a71eb73bd0eb78c128d51f8f /src/LYForms.c | |
parent | 6c554d1e336d6263a0e1436690451566ce256abc (diff) | |
download | lynx-snapshots-f1977d62c94d74a72d1c7a4abbbecdec21e3980e.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16p
Diffstat (limited to 'src/LYForms.c')
-rw-r--r-- | src/LYForms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYForms.c b/src/LYForms.c index 423d376c..a21436df 100644 --- a/src/LYForms.c +++ b/src/LYForms.c @@ -1,4 +1,4 @@ -/* $LynxId: LYForms.c,v 1.103 2013/05/04 12:58:54 tom Exp $ */ +/* $LynxId: LYForms.c,v 1.104 2013/10/12 00:03:00 tom Exp $ */ #include <HTUtils.h> #include <HTCJK.h> #include <HTTP.h> @@ -1029,7 +1029,7 @@ void show_formlink_statusline(const FormInfo * form, char *xkey_info = NULL; if (!no_editor && non_empty(editor)) { - xkey_info = key_for_func_ext(LYK_EDIT_TEXTAREA, for_what); + xkey_info = key_for_func_ext(LYK_EDITTEXTAREA, for_what); #ifdef TEXTAREA_AUTOEXTEDIT if (!xkey_info) xkey_info = key_for_func_ext(LYK_DWIMEDIT, for_what); |