Corrected the name and location of the overscan menu item option.
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
*
|
*
|
||||||
* Application resource script for Windows.
|
* 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, <mgrca8@gmail.com>
|
* Authors: Miran Grca, <mgrca8@gmail.com>
|
||||||
* Fred N. van Kempen, <decwiz@yahoo.com>
|
* Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
* David Hrdlička, <hrdlickadavid@outlook.com>
|
* David Hrdlička, <hrdlickadavid@outlook.com>
|
||||||
*
|
*
|
||||||
* Copyright 2016-2018 Miran Grca.
|
* Copyright 2016-2019 Miran Grca.
|
||||||
* Copyright 2018 David Hrdlička.
|
* Copyright 2018,2019 David Hrdlička.
|
||||||
*/
|
*/
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#define IN_RESOURCE_H
|
#define IN_RESOURCE_H
|
||||||
@@ -77,6 +77,7 @@ BEGIN
|
|||||||
#endif
|
#endif
|
||||||
END
|
END
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
|
MENUITEM "F&orce 4:3 display ratio", IDM_VID_FORCE43
|
||||||
POPUP "&Window scale factor"
|
POPUP "&Window scale factor"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&0.5x", IDM_VID_SCALE_1X
|
MENUITEM "&0.5x", IDM_VID_SCALE_1X
|
||||||
@@ -96,7 +97,6 @@ BEGIN
|
|||||||
POPUP "E&GA/(S)VGA settings"
|
POPUP "E&GA/(S)VGA settings"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Inverted VGA monitor", IDM_VID_INVERT
|
MENUITEM "&Inverted VGA monitor", IDM_VID_INVERT
|
||||||
MENUITEM "E&GA/(S)VGA overscan", IDM_VID_OVERSCAN
|
|
||||||
POPUP "VGA screen &type"
|
POPUP "VGA screen &type"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "RGB &Color", IDM_VID_GRAY_RGB
|
MENUITEM "RGB &Color", IDM_VID_GRAY_RGB
|
||||||
@@ -113,7 +113,7 @@ BEGIN
|
|||||||
END
|
END
|
||||||
END
|
END
|
||||||
MENUITEM SEPARATOR
|
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
|
MENUITEM "Change contrast for &monochrome display", IDM_VID_CGACON
|
||||||
END
|
END
|
||||||
POPUP "&Tools"
|
POPUP "&Tools"
|
||||||
|
Reference in New Issue
Block a user