Skip to content
Snippets Groups Projects
Commit de8fd237 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 6924c20e
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #870 passed
...@@ -872,7 +872,7 @@ void xfer_opts() ...@@ -872,7 +872,7 @@ void xfer_opts()
"don't wish it to be available for a certain method of transfer, leave\n" "don't wish it to be available for a certain method of transfer, leave\n"
"the command line for that method blank.\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) if(i==-1)
break; break;
int msk = i & MSK_ON; int msk = i & MSK_ON;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment