aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/fltkui.cc2
-rw-r--r--src/form.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index 07874f2c..ff80e14c 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -524,7 +524,7 @@ void FltkEntryResource::widgetCallback (::fltk::Widget *widget,
* The Back or Forward, buttons, or the first click on a rendered
* page. BUG: this must be investigated and reported to FLTK2 team
*/
- MSG("when = %d\n", widget->when ());
+ _MSG("when = %d\n", widget->when ());
if ((widget->when () & ::fltk::WHEN_ENTER_KEY_ALWAYS) &&
(::fltk::event_key() == ::fltk::ReturnKey))
((FltkEntryResource*)data)->emitActivate ();
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 {