1
0
forked from 0ad/0ad

This was SVN commit r12101.

This commit is contained in:
O.Davoodi 2012-07-13 04:37:04 +00:00
parent 8cd2751131
commit c908970c02

View File

@ -782,7 +782,7 @@ function onGameAttributesChange()
getGUIObjectByName("mapTypeText").caption = mapTypeSelection.list[idx];
var mapSelectionBox = getGUIObjectByName("mapSelection");
mapSelectionBox.selected = mapSelectionBox.list_data.indexOf(mapName);
getGUIObjectByName("mapSelectionText").caption = mapName;
getGUIObjectByName("mapSelectionText").caption = getMapDisplayName(mapName);
initMapNameList();
}