(Windows Frontend) Rename "Non-exclusive Mode" option to "Force Windowed Fullscreen"
This commit is contained in:
parent
9314fc2d5e
commit
7fa405b679
|
@ -1637,7 +1637,7 @@ BEGIN
|
||||||
END
|
END
|
||||||
POPUP "Fullscreen Options"
|
POPUP "Fullscreen Options"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Non-exclusive Mode", IDM_FS_WINDOW
|
MENUITEM "Force Windowed Fullscreen", IDM_FS_WINDOW
|
||||||
MENUITEM "Show Menu", IDM_FS_MENU
|
MENUITEM "Show Menu", IDM_FS_MENU
|
||||||
MENUITEM "Auto-Hide Cursor", IDM_FS_HIDE_CURSOR
|
MENUITEM "Auto-Hide Cursor", IDM_FS_HIDE_CURSOR
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in New Issue