Commit 2e2bea3b authored by Maciej Suminski's avatar Maciej Suminski

Fixed IDs for the push and shove router menu

parent d2618caa
......@@ -55,14 +55,14 @@ ROUTER_TOOL::ROUTER_TOOL() :
m_menu = new CONTEXT_MENU;
m_menu->SetTitle( wxT( "Interactive router" ) ); // fixme: not implemented yet. Sorry.
m_menu->Add( wxT( "Cancel" ), 0 );
m_menu->Add( wxT( "New track" ), 1 );
m_menu->Add( wxT( "End track" ), 2 );
m_menu->Add( wxT( "Auto-end track" ), 3 );
m_menu->Add( wxT( "Place via" ), 4 );
m_menu->Add( wxT( "Switch posture" ), 5 );
m_menu->Add( wxT( "Routing options..." ), 6 );
m_menu->Add( wxT( "Cancel" ), 1 );
m_menu->Add( wxT( "New track" ), 2 );
m_menu->Add( wxT( "End track" ), 3 );
m_menu->Add( wxT( "Auto-end track" ), 4 );
m_menu->Add( wxT( "Place via" ), 5 );
m_menu->Add( wxT( "Switch posture" ), 6 );
m_menu->Add( wxT( "Routing options..." ), 7 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment