Consolidated line icon

- Line / polygon icon in pcbnew now matches that in modedit
This commit is contained in:
Oliver
2017-10-06 11:10:46 -04:00
committed by Wayne Stambaugh
parent 4905bbe500
commit d6c0d320db
+1 -1
View File
@@ -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();