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

Remove the -l25 from the default SCFG command-line

... since that puts us back into VGA tall-font mode
parent 1221b56b
Branches
Tags
1 merge request!488Overhaul LZH code
Pipeline #7525 passed
...@@ -763,7 +763,7 @@ __fastcall TMainForm::TMainForm(TComponent* Owner) ...@@ -763,7 +763,7 @@ __fastcall TMainForm::TMainForm(TComponent* Owner)
/* These are SBBSCTRL-specific */ /* These are SBBSCTRL-specific */
LoginCommand="telnet://127.0.0.1"; LoginCommand="telnet://127.0.0.1";
ConfigCommand="%sscfg.exe %s -l25"; ConfigCommand="%sscfg.exe %s";
MinimizeToSysTray=false; MinimizeToSysTray=false;
UndockableForms=false; UndockableForms=false;
UseFileAssociations=true; UseFileAssociations=true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment