From 2b8e72e0d8c05ec455c22a4bf387817d6d02ab76 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 21 Feb 2019 23:37:06 +0000 Subject: [PATCH] Inlcude 'Any' in the help for the event/callout node number. --- src/sbbs3/scfg/scfgnet.c | 2 +- src/sbbs3/scfg/scfgxtrn.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/scfg/scfgnet.c b/src/sbbs3/scfg/scfgnet.c index 2ad2ada3d9..a2934ab816 100644 --- a/src/sbbs3/scfg/scfgnet.c +++ b/src/sbbs3/scfg/scfgnet.c @@ -928,7 +928,7 @@ void qhub_edit(int num) "`Node to Perform Call-out:`\n" "\n" "This is the number of the node to perform the call-out for this QWK\n" - "network hub.\n" + "network hub (or `Any`).\n" ; if(uifc.input(WIN_MID|WIN_SAV,0,0 ,"Node to Perform Call-out",str,3,K_EDIT) > 0) { diff --git a/src/sbbs3/scfg/scfgxtrn.c b/src/sbbs3/scfg/scfgxtrn.c index 43cb565671..b2552e9467 100644 --- a/src/sbbs3/scfg/scfgxtrn.c +++ b/src/sbbs3/scfg/scfgxtrn.c @@ -593,7 +593,7 @@ void tevents_cfg() uifc.helpbuf= "`Timed Event Node:`\n" "\n" - "This is the node number to execute the timed event.\n" + "This is the node number to execute the timed event (or `Any`).\n" ; if(cfg.event[i]->node == NODE_ANY) SAFECOPY(str, "Any"); -- GitLab