From 50e4bf4ea7b8735400b3def80a89a8cddd2e3aaa Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 21 Oct 2019 22:53:50 +0200 Subject: [PATCH] Corrected the name and location of the overscan menu item option. --- src/win/86Box.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/win/86Box.rc b/src/win/86Box.rc index 291da17c0..364b5b716 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -8,14 +8,14 @@ * * Application resource script for Windows. * - * Version: @(#)86Box.rc 1.0.44 2018/11/19 + * Version: @(#)86Box.rc 1.0.45 2019/10/21 * * Authors: Miran Grca, * Fred N. van Kempen, * David Hrdlička, * - * Copyright 2016-2018 Miran Grca. - * Copyright 2018 David Hrdlička. + * Copyright 2016-2019 Miran Grca. + * Copyright 2018,2019 David Hrdlička. */ #include #define IN_RESOURCE_H @@ -77,6 +77,7 @@ BEGIN #endif END MENUITEM SEPARATOR + MENUITEM "F&orce 4:3 display ratio", IDM_VID_FORCE43 POPUP "&Window scale factor" BEGIN MENUITEM "&0.5x", IDM_VID_SCALE_1X @@ -96,7 +97,6 @@ BEGIN POPUP "E&GA/(S)VGA settings" BEGIN MENUITEM "&Inverted VGA monitor", IDM_VID_INVERT - MENUITEM "E&GA/(S)VGA overscan", IDM_VID_OVERSCAN POPUP "VGA screen &type" BEGIN MENUITEM "RGB &Color", IDM_VID_GRAY_RGB @@ -113,7 +113,7 @@ BEGIN END END MENUITEM SEPARATOR - MENUITEM "F&orce 4:3 display ratio", IDM_VID_FORCE43 + MENUITEM "CGA/PCjr/Tandy/E&GA/(S)VGA overscan", IDM_VID_OVERSCAN MENUITEM "Change contrast for &monochrome display", IDM_VID_CGACON END POPUP "&Tools"