aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-08-19 16:41:04 +0200
committerjcid <devnull@localhost>2008-08-19 16:41:04 +0200
commit7bf7329b81cdc4757273038342a5b9c3edfa3cbe (patch)
tree5dd0269f612cd0d27712111775d61eb09197e667 /src/ui.cc
parentc752a2887ef2ca6d78b6a101447214bd10492d33 (diff)
- Minor tooltip change.
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 7e0d8e39..b874d515 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -686,7 +686,7 @@ UI::UI(int win_w, int win_h, const char* label, const UI *cur_ui) :
}
ImageLoad->box(THIN_DOWN_BOX);
ImageLoad->align(ALIGN_INSIDE|ALIGN_CLIP|ALIGN_LEFT);
- ImageLoad->tooltip("Click me to toggle image loading.");
+ ImageLoad->tooltip("Toggle image loading");
ImageLoad->callback(imageload_cb, (void *)this);
StatusPanel->add(ImageLoad);