From: Fabian Keil Date: Thu, 24 May 2012 15:05:17 +0000 (+0000) Subject: Fix lyrics in LogWindowProc() X-Git-Tag: v_3_0_20~336 X-Git-Url: http://www.privoxy.org/gitweb/gpl.html?a=commitdiff_plain;h=045dcac33c472b0ac5944574673951f1c8ddc3d8;p=privoxy.git Fix lyrics in LogWindowProc() --- diff --git a/w32log.c b/w32log.c index 03759d69..3ca29e46 100644 --- a/w32log.c +++ b/w32log.c @@ -1,4 +1,4 @@ -const char w32log_rcs[] = "$Id: w32log.c,v 1.43 2012/05/24 14:59:41 fabiankeil Exp $"; +const char w32log_rcs[] = "$Id: w32log.c,v 1.44 2012/05/24 14:59:59 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ @@ -1176,7 +1176,7 @@ LRESULT CALLBACK LogWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPara return 0; case WM_CLOSE: - /* This is the end - beautiful friend - the end */ + /* This is the end - my only friend - the end */ DestroyWindow(g_hwndLogBox); DestroyWindow(g_hwndLogFrame); return 0;