make string localizable

This commit is contained in:
Chris Danford
2006-01-18 10:03:45 +00:00
parent d5cde8a0f7
commit cec914461e
3 changed files with 8 additions and 6 deletions
@@ -103,7 +103,7 @@ void ScreenOptionsManageProfiles::BeginScreen()
{
OptionRowHandler *pHand = OptionRowHandlerUtil::Make( ParseCommands("gamecommand;screen,ScreenOptionsEditProfile;name,Create New") );
pHand->m_Def.m_layoutType = LAYOUT_SHOW_ALL_IN_ROW;
pHand->m_Def.m_bAllowThemeTitle = false;
pHand->m_Def.m_bAllowThemeTitle = true;
pHand->m_Def.m_bAllowThemeItems = false;
OptionRowHandlers.push_back( pHand );