Rename the pcb calculator window to match the title in kicad launcher
This commit is contained in:
parent
99cc2e6832
commit
1bf361e216
|
@ -46,11 +46,11 @@
|
||||||
|
|
||||||
PCB_CALCULATOR_FRAME::PCB_CALCULATOR_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
PCB_CALCULATOR_FRAME::PCB_CALCULATOR_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
||||||
KIWAY_PLAYER( aParent, wxID_ANY,
|
KIWAY_PLAYER( aParent, wxID_ANY,
|
||||||
_( "PCB Calculator" ), // Window title
|
_( "Calculator Tools" ), // Window title
|
||||||
wxDefaultPosition,
|
wxDefaultPosition,
|
||||||
wxSize( 646,361 ), // Default size
|
wxSize( 646,361 ), // Default size
|
||||||
wxDEFAULT_FRAME_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE | wxTAB_TRAVERSAL,
|
wxDEFAULT_FRAME_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE | wxTAB_TRAVERSAL,
|
||||||
wxT( "pcb_calculator" ) ), // Window name
|
wxT( "calculator_tools" ) ), // Window name
|
||||||
m_lastNotebookPage( -1 )
|
m_lastNotebookPage( -1 )
|
||||||
{
|
{
|
||||||
SHAPE_POLY_SET dummy; // A ugly trick to force the linker to include
|
SHAPE_POLY_SET dummy; // A ugly trick to force the linker to include
|
||||||
|
|
Loading…
Reference in New Issue