From 950e350f8b82f7280d5657aa47878cf9a36797bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Sep 2013 22:56:02 +0100 Subject: [PATCH] Fix typo. --- src/wx/kdm_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index f2fc53711..170a242d9 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -181,7 +181,7 @@ KDMDialog::setup_sensitivity () _remove_screen->Enable (ss); wxButton* ok = dynamic_cast (FindWindowById (wxID_OK)); - ok->Enable (sc || sc); + ok->Enable (sc || ss); } void -- 2.30.2