mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 10:07:39 -05:00
Tidy up a comment.
[originally from svn r1300]
This commit is contained in:
@ -1115,7 +1115,10 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (message==msgTaskbarCreated) {
|
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);
|
AddTrayIcon(hwnd);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user