From 0829a0561f8df167ac579baa0ae8a43cd2094916 Mon Sep 17 00:00:00 2001 From: Melissa Goad Date: Sat, 15 Oct 2016 16:05:27 -0500 Subject: [PATCH] Rename Direct3D video backend to Direct3D 9 just in case we ever decide to add a Direct3D 11 backend --- src/pc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc.rc b/src/pc.rc index 07719861e..008a59ccf 100644 --- a/src/pc.rc +++ b/src/pc.rc @@ -41,7 +41,7 @@ BEGIN MENUITEM "Remember size && position",IDM_VID_REMEMBER MENUITEM SEPARATOR MENUITEM "&DirectDraw", IDM_VID_DDRAW - MENUITEM "Direct&3D", IDM_VID_D3D + MENUITEM "Direct&3D 9", IDM_VID_D3D MENUITEM SEPARATOR MENUITEM "&Fullscreen", IDM_VID_FULLSCREEN POPUP "Fullscreen &stretch mode"