aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-03 21:31:59 +0100
committerjcid <devnull@localhost>2007-11-03 21:31:59 +0100
commite6dfd06634d9d7930585b920bdaea62f0ac4c92d (patch)
treefd2e701b2fc41779d97d911ccf81509cba9ee3dc /src/ui.cc
parent0774029d6efaf8e6bd8fe2fd095070123322dfe2 (diff)
Fixed following image links after loading the image.
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: