]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Tidy up a comment.
authorSimon Tatham <anakin@pobox.com>
Tue, 25 Sep 2001 20:07:12 +0000 (20:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 25 Sep 2001 20:07:12 +0000 (20:07 +0000)
[originally from svn r1300]

pageant.c

index 1e02b4af4f80e17eefdead07e230ba7752e6a426..95eb1da65230d73027ee75603919f4a8ba53c24a 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -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;