diff --git a/gerbview/tools/gerbview_actions.cpp b/gerbview/tools/gerbview_actions.cpp index 2c76a0ddff..14fcceeb2a 100644 --- a/gerbview/tools/gerbview_actions.cpp +++ b/gerbview/tools/gerbview_actions.cpp @@ -171,7 +171,7 @@ TOOL_ACTION GERBVIEW_ACTIONS::toggleDiffMode( "gerbview.Control.toggleDiffMode", TOOL_ACTION GERBVIEW_ACTIONS::flipGerberView( "gerbview.Control.flipGerberView", AS_GLOBAL, 0, "", _( "Flip Gerber View" ), _( "Show as mirror image" ), - swap_layer_xpm ); + flip_board_xpm ); // GERBVIEW_SELECTION_TOOL