Adjustments to MultiAttach

This commit is contained in:
Siana Gearz
2011-03-26 01:06:34 +01:00
parent 919d321d4a
commit b6b18b0693
4 changed files with 15 additions and 5 deletions

View File

@@ -76,6 +76,7 @@
#include "lluictrlfactory.h"
#include "llfilepicker.h"
#include "hippogridmanager.h"
using namespace LLVOAvatarDefines;
@@ -219,6 +220,13 @@ public:
}
}
if(!gHippoGridManager->getConnectedGrid()->isSecondLife()) {
childSetEnabled("checkbox_use_links", FALSE);
childSetValue("checkbox_use_links", FALSE);
childSetEnabled("checkbox_use_outfits", FALSE);
childSetValue("checkbox_use_outfits", FALSE);
}
childSetAction("Save", onSave, this );
childSetAction("Cancel", onCancel, this );
childSetAction("Check All", onCheckAll, this );