Fix changed window IDs
This commit is contained in:
parent
8710607aab
commit
cd9fc1aa2d
5 changed files with 9 additions and 9 deletions
|
@ -1133,7 +1133,7 @@
|
|||
#enddef
|
||||
|
||||
[window]
|
||||
id = "addon_list"
|
||||
id = "addon_manager"
|
||||
description = "Addon selection dialog."
|
||||
|
||||
[resolution]
|
||||
|
|
|
@ -14,7 +14,7 @@ min(
|
|||
#enddef
|
||||
|
||||
[window]
|
||||
id = "drop_down_list"
|
||||
id = "drop_down_menu"
|
||||
description="Not Empty"
|
||||
[resolution]
|
||||
definition = "menu"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#enddef
|
||||
|
||||
[window]
|
||||
id = "logging"
|
||||
id = "log_settings"
|
||||
description = "Advanced options to control how much information is printed to console."
|
||||
|
||||
[resolution]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
###
|
||||
|
||||
[window]
|
||||
id = "synced_choice_wait"
|
||||
id = "synched_choice_wait"
|
||||
description = "Waiting dialogs while other players execute local choices."
|
||||
|
||||
[resolution]
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue