From 0e82533fe71fac946628e1eae1615d07553a84ac Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 8 Apr 2003 04:31:32 +0000 Subject: [PATCH] Fix typo in previous change. --- v7/src/microcode/os2pmcon.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/os2pmcon.c b/v7/src/microcode/os2pmcon.c index f03c8b7b1..336cbfa92 100644 --- a/v7/src/microcode/os2pmcon.c +++ b/v7/src/microcode/os2pmcon.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pmcon.c,v 1.29 2003/02/14 18:48:12 cph Exp $ +$Id: os2pmcon.c,v 1.30 2003/04/08 04:31:32 cph Exp $ Copyright 1994-2000 Massachusetts Institute of Technology @@ -426,10 +426,14 @@ process_events (int blockp) break; case IDM_ABOUT: (void) WinMessageBox - (HWND_DESKTOP, NULLHANDLE, - "This is MIT/GNU Scheme Release " - SCHEME_RELEASE - ", the Uncommon Lisp", 0, MB_OK); + (HWND_DESKTOP, + NULLHANDLE, + ("This is MIT/GNU Scheme Release " + SCHEME_RELEASE + ", the Uncommon Lisp"), + "MIT/GNU Scheme", + 0, + MB_OK); break; } } -- 2.25.1