summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterevent.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-02-12 11:09:39 -0800
committerLeyla Farazha <leyla@lindenlab.com>2010-02-12 11:09:39 -0800
commitc61cb61ecc6beca1560a93cdad4ed1bc055c57f9 (patch)
treedc451334df084a9961dcb58458b2b2c6324702d9 /indra/newview/llfloaterevent.h
parentde1cf42eb631b1254193e1f9e6e1236da3c4cfda (diff)
EXT-5050 Make sure there is a Delete button in God Mode and that it works
reviewed by Monore CC# 108
Diffstat (limited to 'indra/newview/llfloaterevent.h')
-rw-r--r--indra/newview/llfloaterevent.h6
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;
};