diff options
author | prep@lindenlab.com <prep@lindenlab.com> | 2013-05-10 13:57:02 -0500 |
---|---|---|
committer | prep@lindenlab.com <prep@lindenlab.com> | 2013-05-10 13:57:02 -0500 |
commit | 3f1d360a04c4e4d8f07b7e93cd926961ae379430 (patch) | |
tree | b85715de2e337d6ef4a4409b7babaf5e7c243685 /indra/newview/llfloatersidepanelcontainer.h | |
parent | 43224062a64cc658d429e434a7b673fac0b7c012 (diff) |
SH-4035: Removed prompt to save if av just has outfit changes. Hooked up logic to handle ctrl+w and ctrl+shift+w confirmation prompts
Diffstat (limited to 'indra/newview/llfloatersidepanelcontainer.h')
-rw-r--r-- | indra/newview/llfloatersidepanelcontainer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatersidepanelcontainer.h b/indra/newview/llfloatersidepanelcontainer.h index 940673b643..26fc092200 100644 --- a/indra/newview/llfloatersidepanelcontainer.h +++ b/indra/newview/llfloatersidepanelcontainer.h @@ -50,8 +50,9 @@ public: ~LLFloaterSidePanelContainer(); /*virtual*/ void onOpen(const LLSD& key); - /*virtual*/ void onClickCloseBtn(); + /*virtual*/ BOOL postBuild(); + void onConfirmationClose( const LLSD &confirm ); LLPanel* openChildPanel(const std::string& panel_name, const LLSD& params); |