diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/form.cc | 2 |
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 { |