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

Fix line wrap in help text.

parent 34d46c3e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1505,7 +1505,8 @@ void sub_cfg(uint grpnum)
"`Sub-board Semaphore File:`\n"
"\n"
"This is a filename that will be created as a semaphore (signal) to an\n"
"external program or event whenever a message is posted in this sub-board.\n"
"external program or event whenever a message is posted in this\n"
"sub-board.\n"
;
uifc.input(WIN_MID|WIN_SAV,0,17,"Semaphore File"
,cfg.sub[i]->post_sem,sizeof(cfg.sub[i]->post_sem)-1,K_EDIT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment