forked from teamnwah/openmw-tes3coop
Escaped class name string
This commit is contained in:
parent
f67ec9c9ce
commit
e717d046f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue