X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FAppXestiaAddrBk.cpp;h=868610b05e8491891e11111600e6a4e546894349;hb=2f218889f8b09ecdabfd25c601e98d0e594f7042;hp=1e6652470b71f379544abe7e9f997e2180b350c2;hpb=8dafa6487aa09e3447393f041e0cd6ab04081baf;p=xestiaab%2F.git diff --git a/source/AppXestiaAddrBk.cpp b/source/AppXestiaAddrBk.cpp index 1e66524..868610b 100644 --- a/source/AppXestiaAddrBk.cpp +++ b/source/AppXestiaAddrBk.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Feb 10 2016) +// C++ code generated with wxFormBuilder (version Feb 24 2016) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! @@ -6795,7 +6795,7 @@ frmEditAccountADT::frmEditAccountADT( wxWindow* parent, wxWindowID id, const wxS lblPassword->Wrap( -1 ); fgSizer43->Add( lblPassword, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); - txtPassword = new wxTextCtrl( tabProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); + txtPassword = new wxTextCtrl( tabProperties, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_PASSWORD ); txtPassword->SetMaxLength( 0 ); fgSizer43->Add( txtPassword, 0, wxALL|wxEXPAND, 5 ); @@ -6987,7 +6987,6 @@ frmSSLCertificateADT::frmSSLCertificateADT( wxWindow* parent, wxWindowID id, con bSizer3891->Add( lstValues, 1, wxALL|wxEXPAND, 5 ); txtValueData = new wxTextCtrl( tabDetail, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_CHARWRAP|wxTE_MULTILINE|wxTE_READONLY ); - txtValueData->SetMaxLength( 0 ); txtValueData->SetBackgroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_BTNFACE ) ); bSizer3891->Add( txtValueData, 1, wxALL|wxEXPAND, 5 );