Fix copy/paste compile error on Mac.
This commit is contained in:
parent
2991c0d258
commit
63e113740b
|
@ -317,7 +317,7 @@ void KICAD_MANAGER_FRAME::ReCreateMenuBar()
|
|||
KiBitmap( reload_xpm ) );
|
||||
|
||||
#ifdef __APPLE__
|
||||
aParentMenu->AppendSeparator();
|
||||
viewMenu->AppendSeparator();
|
||||
#endif
|
||||
|
||||
// Menu Browse:
|
||||
|
|
Loading…
Reference in New Issue