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

Make the native_help/opt strings accessible from other units

Shorten the native_opt from "Native Executable/Script" to just
"Native Executable" to make it usable in opt lists with narrower option name
columns.
parent d8febab5
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,13 @@ static char* use_shell_help =
"context for it to execute within, for every invocation."
;
static char* use_shell_prompt = "Use System Shell or New JavaScript Context to Execute";
static char* native_help =
"`Native Executable/Script:`\n"
char* native_help =
"`Native Executable:`\n"
"\n"
"If this program is `16-bit MS-DOS` executable, set this option to `No`,\n"
"otherwise (it is a native program or script) set this option to `Yes`.\n"
"otherwise (it is a native program `or script`) set this option to `Yes`.\n"
;
static char* native_opt = "Native Executable/Script";
char* native_opt = "Native Executable";
#define CUT_XTRNSEC_NUM USHRT_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment