From 8e3a513c3a264390dce084ef9cd0e3e9cb0bd5d2 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 25 Sep 2001 20:07:12 +0000 Subject: [PATCH] Tidy up a comment. git-svn-id: svn://svn.tartarus.org/sgt/putty@1300 cda61777-01e9-0310-a592-d414129be87e --- pageant.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pageant.c b/pageant.c index 1e02b4af..95eb1da6 100644 --- 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; -- 2.11.0