mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 04:15:33 +00:00
Uppercase OK.
This commit is contained in:
parent
dbc3a43f13
commit
1d69689f77
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void RaceDialog::setNextButtonShow(bool shown)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
okButton->setCaption("ok");
|
okButton->setCaption("OK");
|
||||||
backButton->setCoord(MyGUI::IntCoord(471, 397, 53, 23));
|
backButton->setCoord(MyGUI::IntCoord(471, 397, 53, 23));
|
||||||
okButton->setCoord(MyGUI::IntCoord(532, 397, 42, 23));
|
okButton->setCoord(MyGUI::IntCoord(532, 397, 42, 23));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue