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:
parent
988ef91d5f
commit
89d13dbe29
@ -1115,8 +1115,11 @@ 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
|
||||
AddTrayIcon(hwnd);
|
||||
/*
|
||||
* Explorer has been restarted, so the tray icon will
|
||||
* have been lost.
|
||||
*/
|
||||
AddTrayIcon(hwnd);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user