Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit d4cc305

Browse files
committed
Clean-up
1 parent 38c6189 commit d4cc305

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/TLS_UI/res/wxTLS_UI.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ wxTLSServerTrustPanelBase::wxTLSServerTrustPanelBase( wxWindow* parent, wxWindow
5555
sb_root_ca_btn->Add( m_root_ca_add_file, 0, wxRIGHT|wxLEFT, 5 );
5656

5757
m_root_ca_remove = new wxButton( sb_server_trust->GetStaticBox(), wxID_ANY, _("&Remove CA"), wxDefaultPosition, wxDefaultSize, 0 );
58-
m_root_ca_remove->Enable( false );
5958
m_root_ca_remove->SetToolTip( _("Removes selected certificate authorities from the list") );
6059

6160
sb_root_ca_btn->Add( m_root_ca_remove, 0, wxLEFT, 5 );

lib/TLS_UI/res/wxTLS_UI.fbp

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
<property name="dock">Dock</property>
660660
<property name="dock_fixed">0</property>
661661
<property name="docking">Left</property>
662-
<property name="enabled">0</property>
662+
<property name="enabled">1</property>
663663
<property name="fg"></property>
664664
<property name="floatable">1</property>
665665
<property name="font"></property>

0 commit comments

Comments
 (0)