From: Steve Brokenshire Date: Sat, 2 Sep 2017 10:55:42 +0000 (+0100) Subject: frmContactEditorNotes: Set default tab to General X-Git-Tag: release-0.20~20 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=c54d641f094cb993f600e53bee6b9666fb7bbc1d frmContactEditorNotes: Set default tab to General --- diff --git a/source/AppXestiaAddrBk.cpp b/source/AppXestiaAddrBk.cpp index 19fd0df..ae5004f 100644 --- a/source/AppXestiaAddrBk.cpp +++ b/source/AppXestiaAddrBk.cpp @@ -4543,7 +4543,7 @@ frmContactEditorNotesADT::frmContactEditorNotesADT( wxWindow* parent, wxWindowID tabGeneral->SetSizer( bSizer353 ); tabGeneral->Layout(); bSizer353->Fit( tabGeneral ); - nbkNotes->AddPage( tabGeneral, wxT("General"), false ); + nbkNotes->AddPage( tabGeneral, wxT("General"), true ); tabPriority = new wxPanel( nbkNotes, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); szrPriority = new wxFlexGridSizer( 1, 1, 0, 0 ); szrPriority->SetFlexibleDirection( wxBOTH ); @@ -4553,7 +4553,7 @@ frmContactEditorNotesADT::frmContactEditorNotesADT( wxWindow* parent, wxWindowID tabPriority->SetSizer( szrPriority ); tabPriority->Layout(); szrPriority->Fit( tabPriority ); - nbkNotes->AddPage( tabPriority, wxT("Priority"), true ); + nbkNotes->AddPage( tabPriority, wxT("Priority"), false ); tabLanguage = new wxPanel( nbkNotes, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ); wxFlexGridSizer* fgSizer611; fgSizer611 = new wxFlexGridSizer( 0, 2, 0, 0 );