Browse Source

PCB_EDIT_FRAME: very minor fix: make the frame title translatable in stand alone mode

6.0.7
jean-pierre charras 4 years ago
parent
commit
f2d6251979
  1. 2
      pcbnew/pcb_edit_frame.cpp

2
pcbnew/pcb_edit_frame.cpp

@ -174,7 +174,7 @@ END_EVENT_TABLE()
PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
PCB_BASE_EDIT_FRAME( aKiway, aParent, FRAME_PCB_EDITOR, wxT( "PCB Editor" ), wxDefaultPosition,
PCB_BASE_EDIT_FRAME( aKiway, aParent, FRAME_PCB_EDITOR, _( "PCB Editor" ), wxDefaultPosition,
wxDefaultSize, KICAD_DEFAULT_DRAWFRAME_STYLE, PCB_EDIT_FRAME_NAME ),
m_exportNetlistAction( nullptr ), m_findDialog( nullptr )
{

Loading…
Cancel
Save