FIRE-13085: Firestorm specific fix for unintentional trigraphs; by Cron Stardust

Ansariel 2014-03-13 08:37:55 +01:00
parent be9f4d5b80
commit 964f5d517c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#include "llavataractions.h"
// <FS:Ansariel> Name returned if object is not an avatar (with and without display names)
const std::string OBJECT_NOT_AVATAR_NAME = "(???) (???)";
const std::string OBJECT_NOT_AVATAR_NAME = "(?\?\?) (?\?\?)";
//LLFloaterTopObjects* LLFloaterTopObjects::sInstance = NULL;