diff options
Diffstat (limited to 'linden/indra/llui/llpanel.h')
-rw-r--r-- | linden/indra/llui/llpanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llpanel.h b/linden/indra/llui/llpanel.h index bcbda2c..aeba6d9 100644 --- a/linden/indra/llui/llpanel.h +++ b/linden/indra/llui/llpanel.h | |||
@@ -119,6 +119,7 @@ public: | |||
119 | void setBackgroundOpaque(BOOL b) { mBgOpaque = b; } | 119 | void setBackgroundOpaque(BOOL b) { mBgOpaque = b; } |
120 | void setDefaultBtn(LLButton* btn = NULL); | 120 | void setDefaultBtn(LLButton* btn = NULL); |
121 | void setDefaultBtn(const LLString& id); | 121 | void setDefaultBtn(const LLString& id); |
122 | void updateDefaultBtn(); | ||
122 | void setLabel(const LLStringExplicit& label) { mLabel = label; } | 123 | void setLabel(const LLStringExplicit& label) { mLabel = label; } |
123 | LLString getLabel() const { return mLabel; } | 124 | LLString getLabel() const { return mLabel; } |
124 | 125 | ||