Pcbnew, export component placement: better string in menu (.gbr added).

(Was missing in my commit 5bf241a5)
This commit is contained in:
jean-pierre charras 2023-10-25 13:37:12 +02:00
parent 5bf241a53e
commit 85210e5136
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ TOOL_ACTION PCB_ACTIONS::generateDrillFiles( TOOL_ACTION_ARGS()
TOOL_ACTION PCB_ACTIONS::generatePosFile( TOOL_ACTION_ARGS() TOOL_ACTION PCB_ACTIONS::generatePosFile( TOOL_ACTION_ARGS()
.Name( "pcbnew.EditorControl.generatePosFile" ) .Name( "pcbnew.EditorControl.generatePosFile" )
.Scope( AS_GLOBAL ) .Scope( AS_GLOBAL )
.MenuText( _( "Component Placement (.pos)..." ) ) .MenuText( _( "Component Placement (.pos, .gbr)..." ) )
.Tooltip( _( "Generate component placement file(s) for pick and place" ) ) .Tooltip( _( "Generate component placement file(s) for pick and place" ) )
.Icon( BITMAPS::post_compo ) ); .Icon( BITMAPS::post_compo ) );