summaryrefslogtreecommitdiff
path: root/desktop/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.c')
-rw-r--r--desktop/browser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 83968b484..315490a95 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -1581,7 +1581,8 @@ void browser_window_mouse_action_html(struct browser_window *bw,
status = messages_get("FormFile");
break;
case GADGET_BUTTON:
- /* Do nothing, as this gadget cannot be activated */
+ /* This gadget cannot be activated */
+ status = messages_get("FormButton");
break;
}