diff options
author | Cho <cho@lindenlab.com> | 2013-11-11 23:13:01 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-11 23:13:01 +0000 |
commit | dbab46ae786166ac5d6c929e2c444d8f490edd58 (patch) | |
tree | 6b25276e8caa30639d33935c3679caea9974067a /indra/newview/llfloatersocial.h | |
parent | 15434d53ea1f1bca37b7b9d6d569b3cb61d09bbe (diff) |
made floater_snapshot links open the photo tab on the corresponding floater for ACME-1168
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index bbe07c9704..041ae8a268 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -150,6 +150,8 @@ public: BOOL postBuild(); void draw(); void onCancel(); + + void showPhotoPanel(); static void preUpdate(); static void postUpdate(); |