From d6c0d320db4e5daccd0f8a0d6fa74c2cb9dd2334 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 4 Oct 2017 20:38:47 +1100 Subject: [PATCH] Consolidated line icon - Line / polygon icon in pcbnew now matches that in modedit --- pcbnew/menubar_pcbframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();