diff --git a/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp b/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp index 8508cf22e2..a63d0a3e2e 100644 --- a/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp +++ b/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp @@ -111,7 +111,7 @@ TOOL_ACTION EDA_3D_ACTIONS::resetView( "3DViewer.Control.resetView", TOOL_ACTION EDA_3D_ACTIONS::flipView( "3DViewer.Control.flipView", AS_ACTIVE, - 0, "", + 'F', "", _( "Flip Board" ), _( "Flip the board view" ), BITMAPS::flip_board, AF_NONE, (void*) ID_VIEW3D_FLIP );