Display names from Phoenix. Thanks Wolfspirit!
That's quite a piece of work. I have NO idea how Jess can downplay the effort that went into this. And it's still not complete, local chat is not affected, perhaps group chat too.
This commit is contained in:
@@ -250,6 +250,7 @@
|
||||
// </edit>
|
||||
|
||||
#include "scriptcounter.h"
|
||||
#include "llfloaterdisplayname.h"
|
||||
|
||||
using namespace LLVOAvatarDefines;
|
||||
void init_client_menu(LLMenuGL* menu);
|
||||
@@ -6444,6 +6445,11 @@ class LLShowFloater : public view_listener_t
|
||||
gAgent.changeCameraToCustomizeAvatar();
|
||||
}
|
||||
}
|
||||
// Phoenix: Wolfspirit: Enabled Show Floater out of viewer menu
|
||||
else if (floater_name == "displayname")
|
||||
{
|
||||
LLFloaterDisplayName::show();
|
||||
}
|
||||
else if (floater_name == "friends")
|
||||
{
|
||||
LLFloaterMyFriends::toggleInstance(0);
|
||||
|
||||
Reference in New Issue
Block a user