mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 01:57:40 -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;
|
break;
|
||||||
default:
|
default:
|
||||||
if (message==msgTaskbarCreated) {
|
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;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user