diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-07-09 15:32:05 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-08-11 02:39:48 +0200 |
commit | d956102647a5b53dab359290568c6caabd5f75e0 (patch) | |
tree | c209d64690a0caac962a7caf6dffbcc0a45a0fb9 /src/gui/widgets/button.h | |
parent | 6a2d8e712aefbec19e870ad8799936cbe5786783 (diff) | |
download | mana-d956102647a5b53dab359290568c6caabd5f75e0.tar.gz mana-d956102647a5b53dab359290568c6caabd5f75e0.tar.bz2 mana-d956102647a5b53dab359290568c6caabd5f75e0.tar.xz mana-d956102647a5b53dab359290568c6caabd5f75e0.zip |
Made the button icon only shown when the icon file is valid.
And falls back to the text based caption otherwise.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 39b3eb75..7463d2ad 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -72,7 +72,7 @@ class Button : public gcn::Button * Standard, Highlighted, Pressed, and Disabled. * If the image is too short, the missing states won't be loaded. */ - void setButtonIcon(const std::string& iconFile = std::string()); + bool setButtonIcon(const std::string& iconFile = std::string()); /** * Set the button popup text when hovering it for a few seconds. |