Skip to content

Commit

Permalink
CCreatureWindow: correct caption for "Ok" button
Browse files Browse the repository at this point in the history
This one is fixes issue 1396
  • Loading branch information
ArseniyShestakov committed Dec 23, 2014
1 parent 875bfb0 commit 79cdabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/windows/CCreatureWindow.cpp
Expand Up @@ -597,7 +597,7 @@ void CStackWindow::CWindowSection::createButtonPanel()
parent->switchButtons[parent->activeTab]->disable();
}

auto exitBtn = new CButton(Point(382, 5), "hsbtns.def", CGI->generaltexth->zelp[445], [=]{ parent->close(); }, SDLK_RETURN);
auto exitBtn = new CButton(Point(382, 5), "hsbtns.def", CGI->generaltexth->zelp[447], [=]{ parent->close(); }, SDLK_RETURN);
exitBtn->assignedKeys.insert(SDLK_ESCAPE);
}

Expand Down

0 comments on commit 79cdabe

Please sign in to comment.