Commit 619a82a6 authored by jean-pierre charras's avatar jean-pierre charras

Pcbnew: Fix a membar issue: Layer setup incorrect location (seems due to an...

Pcbnew: Fix a membar issue: Layer setup incorrect location (seems due to an error when using copy/paste editor command)
parent 393e0204
......@@ -564,7 +564,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
_( "Open the design rules editor" ), KiBitmap( hammer_xpm ) );
// Layers Setup
AddMenuItem( configmenu, ID_PCB_LAYERS_SETUP,
AddMenuItem( designRulesMenu, ID_PCB_LAYERS_SETUP,
_( "&Layers Setup" ), _( "Enable and set layer properties" ),
KiBitmap( copper_layers_setup_xpm ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment