diff --git a/common/confirm.cpp b/common/confirm.cpp index daeb048f99..093f2b5c0b 100644 --- a/common/confirm.cpp +++ b/common/confirm.cpp @@ -166,6 +166,7 @@ public: m_sdbSizerOK->SetLabel( aOKLabel ); m_sdbSizerCancel->SetLabel( aCancelLabel ); + m_sdbSizerOK->SetFocus(); m_sdbSizerOK->SetDefault(); FinishDialogSettings();