1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +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. * 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); gui_term_process_cmdline(wgs->conf, cmdline);