X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Flabel.hh;h=3bb931d6394b92a03928a8171d2aeb0eee2167c1;hb=1e58c863bbaddd2f2dbebfde740ca842e8837a1c;hp=b3e9c16655256dcbfc9fa682c3446426a7205be7;hpb=f51f1c775f3f09cf184ead323d111985c888d52e;p=chaz%2Fopenbox diff --git a/otk/label.hh b/otk/label.hh index b3e9c166..3bb931d6 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -17,7 +17,7 @@ public: Label(Widget *parent); virtual ~Label(); - inline const ustring& getText(void) const { return _text; } + inline const ustring& text(void) const { return _text; } void setText(const ustring &text); virtual inline bool isHighlighted() const { return _highlight; }