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

Clarify in the prompt that 0 max msgs = unlimited msgs

parent 072314eb
Branches
Tags
No related merge requests found
......@@ -473,7 +473,7 @@ void sub_cfg(uint grpnum)
"A value of `0` means no maximum number of stored messages will be\n"
"imposed during message-base maintenance."
;
uifc.input(WIN_MID|WIN_SAV,0,17,"Maximum Number of Messages"
uifc.input(WIN_MID|WIN_SAV,0,17,"Maximum Number of Messages (0=Unlimited)"
,str,9,K_EDIT|K_NUMBER);
cfg.sub[i]->maxmsgs=atoi(str);
cfg.sub[i]->misc|=SUB_HDRMOD;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment