Pcbnew: Fix a membar issue: Layer setup incorrect location (seems due to an error when using copy/paste editor command)
This commit is contained in:
parent
393e020442
commit
619a82a61a
|
@ -564,7 +564,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
|
||||||
_( "Open the design rules editor" ), KiBitmap( hammer_xpm ) );
|
_( "Open the design rules editor" ), KiBitmap( hammer_xpm ) );
|
||||||
|
|
||||||
// Layers Setup
|
// Layers Setup
|
||||||
AddMenuItem( configmenu, ID_PCB_LAYERS_SETUP,
|
AddMenuItem( designRulesMenu, ID_PCB_LAYERS_SETUP,
|
||||||
_( "&Layers Setup" ), _( "Enable and set layer properties" ),
|
_( "&Layers Setup" ), _( "Enable and set layer properties" ),
|
||||||
KiBitmap( copper_layers_setup_xpm ) );
|
KiBitmap( copper_layers_setup_xpm ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue