Tidy up a comment.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 25 Sep 2001 20:07:12 +0000 (20:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 25 Sep 2001 20:07:12 +0000 (20:07 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@1300 cda61777-01e9-0310-a592-d414129be87e

pageant.c

index 1e02b4a..95eb1da 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;