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

Clarity around QWK Conference Names

parent aa4c080b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1861 passed
...@@ -392,12 +392,19 @@ void sub_cfg(uint grpnum) ...@@ -392,12 +392,19 @@ void sub_cfg(uint grpnum)
break; break;
case 2: case 2:
uifc.helpbuf= uifc.helpbuf=
"`Sub-board QWK Name:`\n" "`Sub-board QWK Conference Name:`\n"
"\n" "\n"
"This is the name of the sub-board used for QWK off-line readers.\n" "This is the name of the sub-board to be used in the CONTROL.DAT file\n"
"included in QWK packets for display by QWK off-line readers.\n"
"\n"
"For QWK Extended (QWKE) packets, the included Conference Names will be\n"
"automatically generated from each message group short name and each\n"
"sub-board's long name.\n"
"\n"
"QWK Conference Names are not used in QWK networks."
; ;
uifc.input(WIN_MID|WIN_SAV,0,17,"Name to use for QWK Packets" uifc.input(WIN_MID|WIN_SAV,0,17,"QWK Conference Name"
,cfg.sub[i]->qwkname,10,K_EDIT); ,cfg.sub[i]->qwkname, sizeof(cfg.sub[i]->qwkname)-1, K_EDIT);
break; break;
case 3: case 3:
uifc.helpbuf=sub_code_help; uifc.helpbuf=sub_code_help;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment