fix ManageProfiles errors

add bThemeTitle flag to MenuRow
This commit is contained in:
Chris Danford
2006-02-13 22:45:17 +00:00
parent 9d7f5eebef
commit 3c4087a187
8 changed files with 137 additions and 131 deletions
@@ -113,7 +113,7 @@ void ScreenOptionsManageProfiles::BeginScreen()
pHand->m_Def.m_layoutType = LAYOUT_SHOW_ALL_IN_ROW;
pHand->m_Def.m_bAllowThemeTitle = false;
pHand->m_Def.m_bAllowThemeItems = false;
pHand->m_Def.m_sName = ssprintf( "%d", iIndex );
pHand->m_Def.m_sName = pProfile->m_sDisplayName;
OptionRowHandlers.push_back( pHand );
// FIXME
@@ -320,7 +320,7 @@ void ScreenOptionsManageProfiles::ProcessMenuStart( const InputEventPlus &input
g_TempMenu.rows.clear();
#define ADD_ACTION( i ) \
g_TempMenu.rows.push_back( MenuRowDef( i, ProfileActionToLocalizedString(i), true, EditMode_Home, true, 0, "" ) );
g_TempMenu.rows.push_back( MenuRowDef( i, ProfileActionToLocalizedString(i), true, EditMode_Home, false, false, 0, "" ) );
ADD_ACTION( ProfileAction_SetDefaultP1 );
ADD_ACTION( ProfileAction_SetDefaultP2 );