From 3667a1aacbd3bad80264cfa057395ffa640ad8c1 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 2 Jan 2003 10:42:00 +0000 Subject: [PATCH] Changed default scfg command-line to be compatible with scfg v3.xx --- src/sbbs3/ctrl/MainFormUnit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/ctrl/MainFormUnit.cpp b/src/sbbs3/ctrl/MainFormUnit.cpp index 96fa9076d5..2433583d15 100644 --- a/src/sbbs3/ctrl/MainFormUnit.cpp +++ b/src/sbbs3/ctrl/MainFormUnit.cpp @@ -590,7 +590,7 @@ __fastcall TMainForm::TMainForm(TComponent* Owner) /* Defaults */ CtrlDirectory="c:\\sbbs\\ctrl\\"; LoginCommand="telnet://localhost"; - ConfigCommand="%sSCFG %s /T2"; + ConfigCommand="%sscfg.exe %s -l25"; JS_MaxBytes=JAVASCRIPT_MAX_BYTES; MinimizeToSysTray=false; UndockableForms=false; -- GitLab