From bbeca532812f0f3f16c08968192b2ba24ea21daf Mon Sep 17 00:00:00 2001 From: SarahW Date: Tue, 1 Aug 2017 08:38:20 +0100 Subject: [PATCH] Fix position of Voodoo configuration button in networking builds. --- src/pc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc.rc b/src/pc.rc index c89e43e..0334579 100644 --- a/src/pc.rc +++ b/src/pc.rc @@ -133,7 +133,7 @@ BEGIN CONTROL "Innovation SSI-2001",IDC_CHECKSSI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,364,118,10 CONTROL "Synchronise time to host clock",IDC_CHECKSYNC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,380,118,10 CONTROL "Voodoo Graphics",IDC_CHECKVOODOO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,396,118,10 - PUSHBUTTON "Configure", IDC_CONFIGUREVOODOO, 224, 356, 40, 14, WS_TABSTOP + PUSHBUTTON "Configure", IDC_CONFIGUREVOODOO, 224, 396, 40, 14, WS_TABSTOP #else LTEXT "Mouse :",IDC_STATIC,15,256,40,10 COMBOBOX IDC_COMBOMOUSE,62,256,157,120,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP