Fixes in SemVer and MsgUpdateConfig

This commit is contained in:
Vojtech Kral 2018-04-25 15:14:01 +02:00
parent 1a4827ba33
commit 933c0eb650
2 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ MsgUpdateConfig::MsgUpdateConfig(const std::unordered_map<std::string, std::stri
auto *btn_cancel = new wxButton(this, wxID_CANCEL);
btn_sizer->Add(btn_cancel);
btn_sizer->AddSpacer(HORIZ_SPACING);
auto *btn_ok = new wxButton(this, wxID_YES);
auto *btn_ok = new wxButton(this, wxID_OK);
btn_sizer->Add(btn_ok);
btn_ok->SetFocus();