diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 22:56:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 22:56:02 +0100 |
| commit | 950e350f8b82f7280d5657aa47878cf9a36797bc (patch) | |
| tree | 632b0cea8da84958157431062764a1c66bd33a72 /src | |
| parent | 07cab16dec83785163e09d668e10692cd8abed0d (diff) | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 2 |
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 |
