From 5bda6c628a96915a0f3cc20d95bb7423388b8e10 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 19 Jun 2020 00:37:07 -0300 Subject: [PATCH] Fix redundant FDC name --- src/win/86Box.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/86Box.rc b/src/win/86Box.rc index 88ab9c1e4..6ceab5ab7 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -503,7 +503,7 @@ BEGIN WS_VSCROLL | WS_TABSTOP PUSHBUTTON "Configure",IDC_CONFIGURE_HDC,222,25,38,12 - LTEXT "FDC Controller:",IDT_1768,7,44,48,10 + LTEXT "FD Controller:",IDT_1768,7,44,48,10 COMBOBOX IDC_COMBO_FDC,64,43,155,120,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "Configure",IDC_CONFIGURE_FDC,222,43,38,12