fix delete selection no more working after #15074

This was SVN commit r15087.
This commit is contained in:
mimo
2014-05-01 21:06:43 +00:00
parent 210374d86d
commit 5658bb391b
@@ -185,7 +185,7 @@ function openDeleteDialog(selection)
var btCaptions = [translate("No"), translate("Yes")];
var btCode = [resumeGame, deleteSelectedEntities];
messageBox(400, 200, translate("Destroy everything currently selected?"), translate("Delete"), 0, btCaptions, btCode, [selection, null]);
messageBox(400, 200, translate("Destroy everything currently selected?"), translate("Delete"), 0, btCaptions, btCode, [null, selection]);
}
// Menu functions