Skip to content
Snippets Groups Projects
Commit 16a05389 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Narrow the File Transfer Protocol menu.

The name length is limited to 25 chars, so we don't need a 50-char wide menu here.
parent f3ad7a24
No related branches found
No related tags found
No related merge requests found
......@@ -872,7 +872,7 @@ void xfer_opts()
"don't wish it to be available for a certain method of transfer, leave\n"
"the command line for that method blank.\n"
;
i=uifc.list(i,0,0,50,&prot_dflt,&prot_bar,"File Transfer Protocols",opt);
i=uifc.list(i,0,0,34,&prot_dflt,&prot_bar,"File Transfer Protocols",opt);
if(i==-1)
break;
int msk = i & MSK_ON;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment