diff options
author | jcid <devnull@localhost> | 2007-11-03 21:31:59 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-03 21:31:59 +0100 |
commit | e6dfd06634d9d7930585b920bdaea62f0ac4c92d (patch) | |
tree | fd2e701b2fc41779d97d911ccf81509cba9ee3dc /src/ui.cc | |
parent | 0774029d6efaf8e6bd8fe2fd095070123322dfe2 (diff) |
Fixed following image links after loading the image.
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |