about summary refs log tree commit diff stats
path: root/src/LYForms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYForms.c')
-rw-r--r--src/LYForms.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/LYForms.c b/src/LYForms.c
index 1e3b5af8..d6ea2fe9 100644
--- a/src/LYForms.c
+++ b/src/LYForms.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYForms.c,v 1.80 2009/01/01 23:21:07 tom Exp $ */
+/* $LynxId: LYForms.c,v 1.81 2009/05/28 23:10:06 tom Exp $ */
 #include <HTUtils.h>
 #include <HTCJK.h>
 #include <HTTP.h>
@@ -982,6 +982,12 @@ void show_formlink_statusline(const FormInfo * form,
 	else
 	    statusline(FORM_LINK_RESET_MESSAGE);
 	break;
+    case F_BUTTON_TYPE:
+	if (form->disabled == YES)
+	    statusline(FORM_LINK_BUTTON_DIS_MSG);
+	else
+	    statusline(FORM_LINK_BUTTON_MESSAGE);
+	break;
     case F_FILE_TYPE:
 	if (form->disabled == YES)
 	    statusline(FORM_LINK_FILE_UNM_MSG);