From 27dcb9f6c28f9af855c2d14d785088fe2598dc58 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Mon, 8 Oct 2001 00:38:22 +0000 Subject: [PATCH] - the message about F12 enabling the mouse is so long on my system that you can't read it all. Made it a little more brief. --- bochs/gui/win32.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bochs/gui/win32.cc b/bochs/gui/win32.cc index 4d3534e05..dc899446f 100644 --- a/bochs/gui/win32.cc +++ b/bochs/gui/win32.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: win32.cc,v 1.15 2001-10-03 13:10:37 bdenney Exp $ +// $Id: win32.cc,v 1.16 2001-10-08 00:38:22 bdenney Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 MandrakeSoft S.A. @@ -411,9 +411,9 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) { SetTimer (hwnd, 1, 330, NULL); bx_options.Omouse_enabled->set (mouseCaptureMode); if (mouseCaptureMode) - SetWindowText(hwnd, "Bochs for Windows [Press F12 to release mouse capture]"); + SetWindowText(hwnd, "Bochs for Windows [F12 to release mouse]"); else - SetWindowText(hwnd, "Bochs for Windows [F12 enables the mouse in Bochs]"); + SetWindowText(hwnd, "Bochs for Windows [F12 enables mouse]"); return 0; case WM_TIMER: