diff --git a/pcbnew/menubar_pcbframe.cpp b/pcbnew/menubar_pcbframe.cpp index 1b5879057e..66b5120317 100644 --- a/pcbnew/menubar_pcbframe.cpp +++ b/pcbnew/menubar_pcbframe.cpp @@ -337,7 +337,7 @@ void preparePlaceMenu( wxMenu* aParentMenu ) AddMenuItem( aParentMenu, ID_PCB_ADD_LINE_BUTT, _( "&Line or Polygon" ), _( "Add graphic line or polygon" ), - KiBitmap( add_dashed_line_xpm ) ); + KiBitmap( add_polygon_xpm ) ); aParentMenu->AppendSeparator();