diff options
Diffstat (limited to 'indra/newview/llfloaterevent.h')
-rw-r--r-- | indra/newview/llfloaterevent.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llfloaterevent.h b/indra/newview/llfloaterevent.h index c93e3f73ca..54aaaf6a0f 100644 --- a/indra/newview/llfloaterevent.h +++ b/indra/newview/llfloaterevent.h @@ -34,7 +34,6 @@ #define LL_LLFLOATEREVENT_H #include "llfloater.h" - #include "lleventinfo.h" #include "lluuid.h" #include "v3dmath.h" @@ -42,6 +41,7 @@ class LLTextBox; class LLTextEditor; class LLButton; +class LLExpandableTextBox; class LLMessageSystem; class LLFloaterEvent : public LLFloater @@ -68,6 +68,7 @@ protected: //static void onClickLandmark(void*); static void onClickCreateEvent(void*); static void onClickNotify(void*); + void onClickDeleteEvent(); // static bool callbackCreateEventWebPage(const LLSD& notification, const LLSD& response); @@ -79,7 +80,7 @@ protected: LLTextBox* mTBCategory; LLTextBox* mTBDate; LLTextBox* mTBDuration; - LLTextEditor* mTBDesc; + LLExpandableTextBox* mTBDesc; LLTextBox* mTBRunBy; LLTextBox* mTBLocation; @@ -88,6 +89,7 @@ protected: LLButton* mTeleportBtn; LLButton* mMapBtn; LLButton* mCreateEventBtn; + LLButton* mGodDeleteEventBtn; LLButton* mNotifyBtn; }; |