mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 00:33:53 -05:00
Tidy up a comment.
[originally from svn r1300]
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user