summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 8f58e192..240fa290 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -237,7 +237,7 @@ void b1_cb(Widget *wid, void *cb_data)
int k = event_key();
if (k && k <= 7) {
_MSG("[%s], mouse button %d was pressed\n", button_names[bn], k);
- MSG("mouse button %d was pressed\n", k);
+ _MSG("mouse button %d was pressed\n", k);
}
switch (bn) {
case UI_BACK: