|
|
@ -369,9 +369,11 @@ void PCB_EDIT_FRAME::ReCreateMenuBar() |
|
|
|
viewMenu->AppendSeparator(); |
|
|
|
|
|
|
|
AddMenuItem( viewMenu, ID_MENU_PCB_FLIP_VIEW, |
|
|
|
_( "&Flip View" ), _( "Flips (mirrors) the board view." ), |
|
|
|
_( "&Flip Board View" ), |
|
|
|
_( "Flips (mirrors) the board view" ), |
|
|
|
KiBitmap( flip_board_xpm ), wxITEM_CHECK ); |
|
|
|
|
|
|
|
|
|
|
|
viewMenu->AppendSeparator(); |
|
|
|
|
|
|
|
text = AddHotkeyName( _( "&Switch Canvas to Legacy" ), g_Pcbnew_Editor_Hokeys_Descr, |
|
|
|