Skip to content
Snippets Groups Projects
Commit 495a1912 authored by rswindell's avatar rswindell
Browse files

Removed the 3 second delay before showing the CtrlDirectory dialog.

parent 80ead2bf
No related branches found
No related tags found
No related merge requests found
......@@ -1597,7 +1597,6 @@ void __fastcall TMainForm::StartupTimerTick(TObject *Sender)
delete Registry;
if(!FileExists(CtrlDirectory+"MAIN.CNF")) {
Sleep(3000); // Let 'em see the logo for a bit
Application->CreateForm(__classid(TCtrlPathDialog), &CtrlPathDialog);
if(CtrlPathDialog->ShowModal()!=mrOk) {
Application->Terminate();
......
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