EXT-4344 : Object Inspector has "Sorry, not implemented yet"

Added sidetray object inspector code.
master
Loren Shih 2010-02-03 21:27:02 -05:00
parent 3af25f185c
commit 13aa8f8faa
2 changed files with 4 additions and 10 deletions

View File

@ -51,6 +51,7 @@
#include "llmenubutton.h"
#include "llresmgr.h" // getMonetaryString
#include "llsafehandle.h"
#include "llsidetray.h"
#include "lltextbox.h" // for description truncation
#include "lltrans.h"
#include "llui.h" // positionViewNearMouse()
@ -643,8 +644,9 @@ void LLInspectObject::onClickOpen()
void LLInspectObject::onClickMoreInfo()
{
// *TODO: Show object info side panel, once that is implemented.
LLNotificationsUtil::add("ClickUnimplemented");
LLSD key;
key["task"] = "task";
LLSideTray::getInstance()->showPanel("sidepanel_inventory", key);
closeFloater();
}

View File

@ -391,14 +391,6 @@ Add this Ability to '[ROLE_NAME]'?
notext="No"
yestext="Yes"/>
</notification>
<notification
icon="alertmodal.tga"
name="ClickUnimplemented"
type="alertmodal">
Sorry, not implemented yet.
</notification>
<notification
icon="alertmodal.tga"
name="JoinGroupCanAfford"