Merge branch 'master' of github.com:HazimGazov/Inertia

Conflicts:
	indra/newview/llviewermenu.cpp
This commit is contained in:
phr0z3nt04st
2010-06-09 00:59:47 -05:00
4 changed files with 314 additions and 302 deletions

View File

@@ -234,6 +234,7 @@
#include "llfloatermessagelog.h"
#include "llfloatermessagebuilder.h"
#include "llao.h"
#include "llfloaterexportregion.h"
// </edit>
using namespace LLVOAvatarDefines;
@@ -5645,6 +5646,10 @@ class LLShowFloater : public view_listener_t
{
JCFloaterAreaSearch::toggle();
}
else if (floater_name == "export region")
{
LLFloaterExportRegion::toggleInstance(LLSD());
}
else if (floater_name == "grid options")
{
LLFloaterBuildOptions::show(NULL);