From 1bf361e21693d4fa42ab2bfdf9ea8035f49e3a76 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 7 May 2022 15:36:49 -0400 Subject: [PATCH] Rename the pcb calculator window to match the title in kicad launcher --- pcb_calculator/pcb_calculator_frame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcb_calculator/pcb_calculator_frame.cpp b/pcb_calculator/pcb_calculator_frame.cpp index 76aff6782a..8165b42f16 100644 --- a/pcb_calculator/pcb_calculator_frame.cpp +++ b/pcb_calculator/pcb_calculator_frame.cpp @@ -46,11 +46,11 @@ PCB_CALCULATOR_FRAME::PCB_CALCULATOR_FRAME( KIWAY* aKiway, wxWindow* aParent ) : KIWAY_PLAYER( aParent, wxID_ANY, - _( "PCB Calculator" ), // Window title + _( "Calculator Tools" ), // Window title wxDefaultPosition, wxSize( 646,361 ), // Default size wxDEFAULT_FRAME_STYLE | wxRESIZE_BORDER | wxFULL_REPAINT_ON_RESIZE | wxTAB_TRAVERSAL, - wxT( "pcb_calculator" ) ), // Window name + wxT( "calculator_tools" ) ), // Window name m_lastNotebookPage( -1 ) { SHAPE_POLY_SET dummy; // A ugly trick to force the linker to include