diff --git a/binaries/data/mods/public/gui/test/2_mainmenu.xml b/binaries/data/mods/public/gui/test/2_mainmenu.xml index 2389d476a4..8c8d19afdd 100644 --- a/binaries/data/mods/public/gui/test/2_mainmenu.xml +++ b/binaries/data/mods/public/gui/test/2_mainmenu.xml @@ -601,7 +601,7 @@ // Set default value (pick whatever's at the top of the list). // getGUIObjectByName(this.name).selected = 0; // No, on second thought, set it to the randomly generated map until we can remember the last choice. - setCurrItemValue (this.name, "latium_generated"); + setCurrItemValue (this.name, "Latium"); ]]>