EditMenu: remove Autogen and consolidate Blank/Copy into Create

This commit is contained in:
Chris Danford
2005-03-25 09:49:34 +00:00
parent 441e86ac24
commit b684b3dd88
4 changed files with 15 additions and 38 deletions
+1 -7
View File
@@ -418,15 +418,9 @@ void EditMenu::OnRowValueChanged( EditMenuRow row )
m_Actions.push_back( EDIT_MENU_ACTION_EDIT );
m_Actions.push_back( EDIT_MENU_ACTION_DELETE );
}
else if( GetSelectedSourceSteps() )
{
m_Actions.push_back( EDIT_MENU_ACTION_COPY );
m_Actions.push_back( EDIT_MENU_ACTION_AUTOGEN );
m_Actions.push_back( EDIT_MENU_ACTION_BLANK );
}
else
{
m_Actions.push_back( EDIT_MENU_ACTION_BLANK );
m_Actions.push_back( EDIT_MENU_ACTION_CREATE );
}
m_iSelection[ROW_ACTION] = 0;
// fall through