Escaped class name string

pull/203/head
Andrei Kortunov 8 years ago
parent f67ec9c9ce
commit e717d046f2

@ -169,7 +169,7 @@ namespace MWGui
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()));

Loading…
Cancel
Save