Skip to content
Snippets Groups Projects
Commit 3629af59 authored by nightfox's avatar nightfox
Browse files

Bug fix for the 'from' name & from net type in the default message header

parent 52ab7399
No related branches found
No related tags found
No related merge requests found
......@@ -1095,7 +1095,7 @@ function DigDistMsgReader(pSubBoardCode, pScriptArgs)
this.enhMsgHeaderLines.push(hdrLine2);
var hdrLine3 = "\1n\1h\1k" + VERTICAL_SINGLE + BLOCK1 + BLOCK2 + BLOCK3
+ "\1gF\1n\1grom\1h\1c: \1b@MSG_FROM_AND_FROM_NET-L";
numChars = console.screen_columns - 23;
numChars = console.screen_columns - 36;
for (var i = 0; i < numChars; ++i)
hdrLine3 += "#";
hdrLine3 += "@\1k" + VERTICAL_SINGLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment