diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-16 22:57:39 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-16 22:57:39 +0200 |
commit | 576972fb768b0e43d41bada49ad88c6431494f10 (patch) | |
tree | 755420a6c566a748233c06310062ea2cdfa280da /src/gui/widgets/tab.h | |
parent | c6b4edf8cc635ddcb2a8b3c0cef38dd88fa73768 (diff) | |
parent | a0f7bc231d9c348ba86248dd8d0adfddbce453f7 (diff) | |
download | mana-client-576972fb768b0e43d41bada49ad88c6431494f10.tar.gz mana-client-576972fb768b0e43d41bada49ad88c6431494f10.tar.bz2 mana-client-576972fb768b0e43d41bada49ad88c6431494f10.tar.xz mana-client-576972fb768b0e43d41bada49ad88c6431494f10.zip |
Merge branch '0.0.29'
Diffstat (limited to 'src/gui/widgets/tab.h')
-rw-r--r-- | src/gui/widgets/tab.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index 271316e4..134d5591 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.h @@ -28,7 +28,8 @@ class ImageRect; class TabbedArea; /** - * A tab, the same as the guichan tab in 0.8, but extended to allow transparancy + * A tab, the same as the Guichan tab in 0.8, but extended to allow + * transparency. */ class Tab : public gcn::Tab { @@ -44,7 +45,7 @@ class Tab : public gcn::Tab /** * Set the normal color fo the tab's text. */ - void setTabColor(gcn::Color color); + void setTabColor(const gcn::Color &color); /** * Set tab highlighted |