diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-27 22:45:09 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-27 22:45:09 -0700 |
commit | 15f3ea39d7deb0c956b56703a94f6d072b7f2d21 (patch) | |
tree | 7d5b9df62c9eb100f102868534e14291048141dd /indra/llui/lltoolbarview.h | |
parent | b234c23aa3c70ccac6d4332532a0da6184ec03db (diff) |
EXP-1257 : Save toolbar settings in a per user toolbars.xml file
Diffstat (limited to 'indra/llui/lltoolbarview.h')
-rw-r--r-- | indra/llui/lltoolbarview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltoolbarview.h b/indra/llui/lltoolbarview.h index 208660da8e..646a1fd636 100644 --- a/indra/llui/lltoolbarview.h +++ b/indra/llui/lltoolbarview.h @@ -77,7 +77,8 @@ protected: private: // Loads the toolbars from the existing user or default settings - bool load(); // return false if load fails + bool loadToolbars(); // return false if load fails + void saveToolbars() const; bool addCommand(const LLCommandId& commandId, LLToolBar* toolbar); // Pointers to the toolbars handled by the toolbar view |