Consolidated line icon

- Line / polygon icon in pcbnew now matches that in modedit
This commit is contained in:
Oliver 2017-10-04 20:38:47 +11:00 committed by Wayne Stambaugh
parent 4905bbe500
commit d6c0d320db
1 changed files with 1 additions and 1 deletions

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();