From 619a82a61a17ed1eef4cfef4cbfb69d38ae02a31 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 7 Nov 2011 21:34:35 +0100 Subject: [PATCH] Pcbnew: Fix a membar issue: Layer setup incorrect location (seems due to an error when using copy/paste editor command) --- pcbnew/menubar_pcbframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/menubar_pcbframe.cpp b/pcbnew/menubar_pcbframe.cpp index 110ea82047..21161f0264 100644 --- a/pcbnew/menubar_pcbframe.cpp +++ b/pcbnew/menubar_pcbframe.cpp @@ -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 ) );