Fix changed window IDs

This commit is contained in:
Celtic Minstrel 2016-11-10 11:11:26 -05:00
parent 8710607aab
commit cd9fc1aa2d
5 changed files with 9 additions and 9 deletions

View file

@ -1133,7 +1133,7 @@
#enddef
[window]
id = "addon_list"
id = "addon_manager"
description = "Addon selection dialog."
[resolution]

View file

@ -14,7 +14,7 @@ min(
#enddef
[window]
id = "drop_down_list"
id = "drop_down_menu"
description="Not Empty"
[resolution]
definition = "menu"

View file

@ -32,7 +32,7 @@
#enddef
[window]
id = "logging"
id = "log_settings"
description = "Advanced options to control how much information is printed to console."
[resolution]

View file

@ -4,7 +4,7 @@
###
[window]
id = "synced_choice_wait"
id = "synched_choice_wait"
description = "Waiting dialogs while other players execute local choices."
[resolution]

View file

@ -480,12 +480,12 @@ BOOST_AUTO_TEST_CASE(test_gui2)
"addon_description",
"addon_filter_options",
"addon_uninstall_list",
"addon_list",
"loadscreen",
"addon_manager",
"loading_screen",
"network_transmission",
"synced_choice_wait",
"drop_down_list",
"preferences",
"synched_choice_wait",
"drop_down_menu",
"preferences_dialog",
"unit_recruit",
"unit_recall",
"unit_list",