Escaped class name string

This commit is contained in:
Andrei Kortunov 2017-04-21 17:21:57 +04:00
parent f67ec9c9ce
commit e717d046f2

View file

@ -169,7 +169,7 @@ namespace MWGui
className = "?"; // From an older savegame format that did not support custom classes properly. className = "?"; // From an older savegame format that did not support custom classes properly.
} }
title << " (#{sLevel} " << it->getSignature().mPlayerLevel << " " << className << ")"; title << " (#{sLevel} " << it->getSignature().mPlayerLevel << " " << MyGUI::TextIterator::toTagsString(className) << ")";
mCharacterSelection->addItem (MyGUI::LanguageManager::getInstance().replaceTags(title.str())); mCharacterSelection->addItem (MyGUI::LanguageManager::getInstance().replaceTags(title.str()));