This commit is contained in:
Lirusaito
2019-03-09 15:40:35 -05:00
parent f86a194962
commit 7acce90927

View File

@@ -1590,9 +1590,9 @@ bool idle_startup()
if (!secondlife ||
!boost::algorithm::iequals(lastname, "Resident"))
{
name += " " + lastname;
name += ' ' + lastname;
}
if (gSavedSettings.getBOOL("LiruGridInTitle")) gWindowTitle += "- " + gHippoGridManager->getCurrentGrid()->getGridName() + " ";
if (gSavedSettings.getBOOL("LiruGridInTitle")) gWindowTitle += "- " + gHippoGridManager->getCurrentGrid()->getGridName() + ' ';
gViewerWindow->getWindow()->setTitle(gWindowTitle += "- " + name);
if (!secondlife)