Consolidated line icon
- Line / polygon icon in pcbnew now matches that in modedit
This commit is contained in:
parent
4905bbe500
commit
d6c0d320db
|
@ -337,7 +337,7 @@ void preparePlaceMenu( wxMenu* aParentMenu )
|
||||||
AddMenuItem( aParentMenu, ID_PCB_ADD_LINE_BUTT,
|
AddMenuItem( aParentMenu, ID_PCB_ADD_LINE_BUTT,
|
||||||
_( "&Line or Polygon" ),
|
_( "&Line or Polygon" ),
|
||||||
_( "Add graphic line or polygon" ),
|
_( "Add graphic line or polygon" ),
|
||||||
KiBitmap( add_dashed_line_xpm ) );
|
KiBitmap( add_polygon_xpm ) );
|
||||||
|
|
||||||
aParentMenu->AppendSeparator();
|
aParentMenu->AppendSeparator();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue