1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 15:24:49 -05:00

Tidy up a comment.

[originally from svn r1300]
This commit is contained in:
Simon Tatham 2001-09-25 20:07:12 +00:00
parent 988ef91d5f
commit 89d13dbe29

View File

@ -1115,7 +1115,10 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
break;
default:
if (message==msgTaskbarCreated) {
// Explorer has been restarted, so the tray icon will have been lost
/*
* Explorer has been restarted, so the tray icon will
* have been lost.
*/
AddTrayIcon(hwnd);
}
break;