From 481600afb3b2850ca64d9ac7922d44e0f15f4ea9 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 31 May 2004 08:45:46 +0000 Subject: [PATCH] changed a string svn path=/trunk/; revision=9565 --- reactos/subsys/system/vmwinst/vmwinst.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/vmwinst/vmwinst.rc b/reactos/subsys/system/vmwinst/vmwinst.rc index 6277ed31bbe..dd80f3d6880 100644 --- a/reactos/subsys/system/vmwinst/vmwinst.rc +++ b/reactos/subsys/system/vmwinst/vmwinst.rc @@ -101,7 +101,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN LTEXT "Please select the graphics driver you would like to use:",-1,25,25,225,15 PUSHBUTTON "ReactOS VGA Driver", IDC_VGA, 25, 40, 225, 15, BS_AUTORADIOBUTTON - PUSHBUTTON "ReactOS VBE Driver (Experimental!)", IDC_VBE, 25, 55, 225, 15, BS_AUTORADIOBUTTON + PUSHBUTTON "ReactOS VBE Driver (SVGA)", IDC_VBE, 25, 55, 225, 15, BS_AUTORADIOBUTTON LTEXT "Click 'Finish' to complete the operation or 'Cancel' to exit the setup without changes.", -1, 25, 93, 225, 20 END