Merge branch 'Moap' of git://github.com/Shyotl/SingularityViewer into VoiceUpdate
Conflicts: indra/newview/llfloateractivespeakers.h - llparticipantlist.h got changed from a panel to a layoutpanel indra/newview/lloverlaybar.cpp - Silly conflict, I change one line, Shyotl changes the next two. Compile fixies: indra/newview/llavataractions.cpp needed to include llnotifications.h indra/newview/llvoicechannel.cpp needed to include llnotifications.h
This commit is contained in:
@@ -82,6 +82,13 @@
|
||||
//
|
||||
// Globals
|
||||
//
|
||||
const char* LLPanelContents::TENTATIVE_SUFFIX = "_tentative";
|
||||
const char* LLPanelContents::PERMS_OWNER_INTERACT_KEY = "perms_owner_interact";
|
||||
const char* LLPanelContents::PERMS_OWNER_CONTROL_KEY = "perms_owner_control";
|
||||
const char* LLPanelContents::PERMS_GROUP_INTERACT_KEY = "perms_group_interact";
|
||||
const char* LLPanelContents::PERMS_GROUP_CONTROL_KEY = "perms_group_control";
|
||||
const char* LLPanelContents::PERMS_ANYONE_INTERACT_KEY = "perms_anyone_interact";
|
||||
const char* LLPanelContents::PERMS_ANYONE_CONTROL_KEY = "perms_anyone_control";
|
||||
|
||||
BOOL LLPanelContents::postBuild()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user