1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

PuTTY WinMain: comment when config box pops up.

It's not entirely obvious, these days.
This commit is contained in:
Jacob Nevins 2022-11-06 02:04:39 +00:00
parent 9209c7ea38
commit c8ba48be43

View File

@ -513,6 +513,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
/*
* Process the command line.
* (If the command line doesn't provide enough info to start a
* session, this will detour via the config box.)
*/
gui_term_process_cmdline(wgs->conf, cmdline);