hide the non-functional help button in new lobby
This commit is contained in:
parent
908f59f738
commit
baa88c9100
2 changed files with 7 additions and 7 deletions
|
@ -561,12 +561,12 @@
|
|||
definition = "default"
|
||||
label = _ "Refresh"
|
||||
[/button]
|
||||
{VERTICAL_SEP}
|
||||
[button]
|
||||
id = "show_help"
|
||||
definition = "default"
|
||||
label = _ "Help"
|
||||
[/button]
|
||||
# {VERTICAL_SEP}
|
||||
# [button]
|
||||
# id = "show_help"
|
||||
# definition = "default"
|
||||
# label = _ "Help"
|
||||
# [/button]
|
||||
{VERTICAL_SEP}
|
||||
border = "top"
|
||||
border_size = 5
|
||||
|
|
|
@ -665,7 +665,7 @@ void tlobby_main::pre_show(CVideo& /*video*/, twindow& window)
|
|||
|
||||
GUI2_EASY_BUTTON_CALLBACK(send_message, tlobby_main);
|
||||
GUI2_EASY_BUTTON_CALLBACK(create, tlobby_main);
|
||||
GUI2_EASY_BUTTON_CALLBACK(show_help, tlobby_main);
|
||||
// GUI2_EASY_BUTTON_CALLBACK(show_help, tlobby_main);
|
||||
GUI2_EASY_BUTTON_CALLBACK(refresh, tlobby_main);
|
||||
GUI2_EASY_BUTTON_CALLBACK(show_preferences, tlobby_main);
|
||||
GUI2_EASY_BUTTON_CALLBACK(join_global, tlobby_main);
|
||||
|
|
Loading…
Add table
Reference in a new issue