diff options
author | jcid <devnull@localhost> | 2008-08-19 16:41:04 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-08-19 16:41:04 +0200 |
commit | 7bf7329b81cdc4757273038342a5b9c3edfa3cbe (patch) | |
tree | 5dd0269f612cd0d27712111775d61eb09197e667 /src/ui.cc | |
parent | c752a2887ef2ca6d78b6a101447214bd10492d33 (diff) |
- Minor tooltip change.
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |