Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
make it clear that reconnect is UNSUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Jun 27, 2016
1 parent 8d4699d commit c39a757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/wincfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void win_setup_config_box(struct controlbox *b, HWND *hwndp, int has_help,
conf_checkbox_handler,
I(CONF_fullscreenonaltenter));

s = ctrl_getset(b, "Connection", "reconnect", "Reconnect options");
s = ctrl_getset(b, "Connection", "reconnect", "Reconnect options (UNSUPPORTED)");
ctrl_checkbox(s, "Attempt to reconnect on connection failure", 'f', HELPCTX(no_help), conf_checkbox_handler, I(CONF_failure_reconnect));
ctrl_checkbox(s, "Attempt to reconnect on system wakeup", 'w', HELPCTX(no_help), conf_checkbox_handler, I(CONF_wakeup_reconnect));

Expand Down

0 comments on commit c39a757

Please # to comment.