diff options
author | andreylproductengine <andreylproductengine@lindenlab.com> | 2014-03-21 04:55:55 +0200 |
---|---|---|
committer | andreylproductengine <andreylproductengine@lindenlab.com> | 2014-03-21 04:55:55 +0200 |
commit | 6bbb86811e02f508323460e875eabe836e4fe40c (patch) | |
tree | c5793ac3241a4cfa89d94db67422ca168e041ac3 /indra/newview/llfloatersidepanelcontainer.h | |
parent | 4fdf1c34b43f73c576576a6487c16e99e2ed75fc (diff) |
MAINT-3842 FIXED Using "Close Window" (Ctrl + W) shortcut while in Appearance mode doesn't visually revert any changes...
Diffstat (limited to 'indra/newview/llfloatersidepanelcontainer.h')
-rwxr-xr-x | indra/newview/llfloatersidepanelcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersidepanelcontainer.h b/indra/newview/llfloatersidepanelcontainer.h index 65ec8f604e..cb5956e4ef 100755 --- a/indra/newview/llfloatersidepanelcontainer.h +++ b/indra/newview/llfloatersidepanelcontainer.h @@ -51,7 +51,7 @@ public: /*virtual*/ void onOpen(const LLSD& key); - /*virtual*/ void onClickCloseBtn(bool app_quitting = false); + /*virtual*/ void closeFloater(bool app_quitting = false); LLPanel* openChildPanel(const std::string& panel_name, const LLSD& params); |