diff options
| author | Lynx Linden <lynx@lindenlab.com> | 2010-01-26 10:42:54 +0000 | 
|---|---|---|
| committer | Lynx Linden <lynx@lindenlab.com> | 2010-01-26 10:42:54 +0000 | 
| commit | aad8a1bd00ff12afdfdb7f508bc57a8ea1347b3b (patch) | |
| tree | a0bfd69b85cd085d5ae3f68dfd652daabc9d5f72 /indra | |
| parent | 2bb3a24ca115832bdbfc5030f4ab553cab1e2ef8 (diff) | |
EXT-4716: Updated a comment.
To say that we must explicitly support secondlife:///app/appearance/show
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 66e9b377d9..1dec8c7bd8 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -57,8 +57,8 @@ public:  	bool handle(const LLSD& params, const LLSD& query_map, LLMediaCtrl* web)  	{ -		// we currently don't support any commands after the "appearance" -		// part of the SLapp - we just show the appearance side panel +		// support secondlife:///app/appearance/show, but for now we just +		// make all secondlife:///app/appearance SLapps behave this way  		LLSideTray::getInstance()->showPanel("sidepanel_appearance", LLSD());  		return true;  	} | 
