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

Added window title to SCFG.

parent 576554db
No related branches found
No related tags found
No related merge requests found
......@@ -941,6 +941,7 @@ void __fastcall TMainForm::BBSConfigureMenuItemClick(TObject *Sender)
STARTUPINFO startup_info={0};
PROCESS_INFORMATION process_info;
startup_info.cb=sizeof(startup_info);
startup_info.lpTitle="Synchronet Configuration Utility";
CreateProcess(
NULL, // pointer to name of executable module
str, // pointer to command line string
......
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