diff options
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r-- | linden/indra/llui/llfloater.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index 12f878d..fa69258 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -165,6 +165,8 @@ public: | |||
165 | std::string getTitle(); | 165 | std::string getTitle(); |
166 | void setShortTitle( const std::string& short_title ); | 166 | void setShortTitle( const std::string& short_title ); |
167 | std::string getShortTitle(); | 167 | std::string getShortTitle(); |
168 | BOOL setTitleArg( const std::string& key, const LLStringExplicit& text ); | ||
169 | BOOL setShortTitleArg( const std::string& key, const LLStringExplicit& text ); | ||
168 | void setTitleVisible(bool visible); | 170 | void setTitleVisible(bool visible); |
169 | virtual void setMinimized(BOOL b); | 171 | virtual void setMinimized(BOOL b); |
170 | void moveResizeHandlesToFront(); | 172 | void moveResizeHandlesToFront(); |
@@ -276,8 +278,8 @@ private: | |||
276 | BOOL mMinimized; | 278 | BOOL mMinimized; |
277 | BOOL mForeground; | 279 | BOOL mForeground; |
278 | LLHandle<LLFloater> mDependeeHandle; | 280 | LLHandle<LLFloater> mDependeeHandle; |
279 | std::string mTitle; | 281 | LLUIString mTitle; |
280 | std::string mShortTitle; | 282 | LLUIString mShortTitle; |
281 | 283 | ||
282 | BOOL mFirstLook; // TRUE if the _next_ time this floater is visible will be the first time in the session that it is visible. | 284 | BOOL mFirstLook; // TRUE if the _next_ time this floater is visible will be the first time in the session that it is visible. |
283 | 285 | ||