From d47364fd3eca5d2635fb2852357df971d5fe38bd Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 18 Jul 2017 20:32:27 +0200 Subject: [PATCH] ES_AUTOHSCROLL now applied to the correct control. --- src/WIN/86Box.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/WIN/86Box.rc b/src/WIN/86Box.rc index b79e73d78..06f48c95b 100644 --- a/src/WIN/86Box.rc +++ b/src/WIN/86Box.rc @@ -1,4 +1,4 @@ -/* +/* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent @@ -255,8 +255,8 @@ BEGIN 12,12 LTEXT "MB",IDT_1705,123,64,10,10 LTEXT "Memory:",IDT_1706,7,64,30,10 - LTEXT "NVR Path:",IDT_1700,7,83,60,10,ES_AUTOHSCROLL - EDITTEXT IDC_EDIT_NVR_PATH,71,82,138,12 + LTEXT "NVR Path:",IDT_1700,7,83,60,10 + EDITTEXT IDC_EDIT_NVR_PATH,71,82,138,12,ES_AUTOHSCROLL PUSHBUTTON "&Specify...",IDC_BUTTON_NVR_PATH,214,82,46,12 CONTROL "Dynamic Recompiler",IDC_CHECK_DYNAREC,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,7,100,94,10