Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
2b8e72e0
Commit
2b8e72e0
authored
Feb 21, 2019
by
rswindell
Browse files
Inlcude 'Any' in the help for the event/callout node number.
parent
7cd6cc9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/sbbs3/scfg/scfgnet.c
src/sbbs3/scfg/scfgnet.c
+1
-1
src/sbbs3/scfg/scfgxtrn.c
src/sbbs3/scfg/scfgxtrn.c
+1
-1
No files found.
src/sbbs3/scfg/scfgnet.c
View file @
2b8e72e0
...
...
@@ -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
)
{
...
...
src/sbbs3/scfg/scfgxtrn.c
View file @
2b8e72e0
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment