diff options
author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-02 21:27:37 +0200 |
---|---|---|
committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-02 21:27:37 +0200 |
commit | d4a3ccc52cf0c9113428c71280a9e4d28f781bfd (patch) | |
tree | 5c0be9bb43bdb614ad0324657826fd0c1157f3a3 /indra/newview/llpanelimcontrolpanel.h | |
parent | a3f90362cc37dcbb4197d0a1f07127241cf63861 (diff) |
Fixed normal bug EXT-957-IM Verb button missing
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.h')
-rw-r--r-- | indra/newview/llpanelimcontrolpanel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.h b/indra/newview/llpanelimcontrolpanel.h index d25f33935a..b60ddc1d8d 100644 --- a/indra/newview/llpanelimcontrolpanel.h +++ b/indra/newview/llpanelimcontrolpanel.h @@ -73,6 +73,8 @@ private: void onViewProfileButtonClicked(); void onAddFriendButtonClicked(); void onShareButtonClicked(); + void onTeleportButtonClicked(); + void onPayButtonClicked(); LLUUID mAvatarID; }; |