From 045dcac33c472b0ac5944574673951f1c8ddc3d8 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 24 May 2012 15:05:17 +0000 Subject: [PATCH] Fix lyrics in LogWindowProc() --- w32log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2