diff --git a/eeschema/tools/ee_actions.cpp b/eeschema/tools/ee_actions.cpp index f6d766b9dc..7ce18131b3 100644 --- a/eeschema/tools/ee_actions.cpp +++ b/eeschema/tools/ee_actions.cpp @@ -1349,7 +1349,7 @@ TOOL_ACTION EE_ACTIONS::alignToGrid( TOOL_ACTION_ARGS() .Name( "eeschema.AlignToGrid" ) .Scope( AS_GLOBAL ) .FriendlyName( _( "Align Elements to Grid" ) ) - .Icon( BITMAPS::move ) + .Icon( BITMAPS::align_elements_to_grid ) .Flags( AF_ACTIVATE ) ); // Schematic editor save copy curr sheet command