aboutsummaryrefslogtreecommitdiff
path: root/src/form.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/form.cc')
-rw-r--r--src/form.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc
index a74bcdd6..18441fb8 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -927,7 +927,7 @@ DilloHtmlForm::~DilloHtmlForm ()
void DilloHtmlForm::eventHandler(Resource *resource, EventButton *event)
{
- MSG("DilloHtmlForm::eventHandler\n");
+ _MSG("DilloHtmlForm::eventHandler\n");
if (event && (event->button == 3)) {
a_UIcmd_form_popup(html->bw, html->page_url, this, showing_hiddens);
} else {