From: Chris Hanson Date: Tue, 8 Apr 2003 04:31:32 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: 20090517-FFI~1931 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0e82533fe71fac946628e1eae1615d07553a84ac;p=mit-scheme.git Fix typo in previous change. --- 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; } }