summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 22:56:02 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 22:56:02 +0100
commit950e350f8b82f7280d5657aa47878cf9a36797bc (patch)
tree632b0cea8da84958157431062764a1c66bd33a72 /src
parent07cab16dec83785163e09d668e10692cd8abed0d (diff)
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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<wxButton *> (FindWindowById (wxID_OK));
- ok->Enable (sc || sc);
+ ok->Enable (sc || ss);
}
void