1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Fix character selection caption when there is no character in settings.cfg

This commit is contained in:
scrawl 2014-06-10 18:31:39 +02:00
parent 5a955279bb
commit 7b5482f25b

View File

@ -163,6 +163,8 @@ namespace MWGui
}
mCharacterSelection->setIndexSelected(selectedIndex);
if (selectedIndex == MyGUI::ITEM_NONE)
mCharacterSelection->setCaption("Select Character ...");
fillSaveList();