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:
jean-pierre charras 2011-11-07 21:34:35 +01:00
parent 393e020442
commit 619a82a61a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) );