From 6a5315bf769498cd6c9cb15ccf44bbbbe1b4a681 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Tue, 16 Jun 2020 08:03:35 -0400 Subject: [PATCH] - Rename 'Play GZDoom' button to something more generic to more easily allow for use in forks or other projects --- src/win32/zdoom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/zdoom.rc b/src/win32/zdoom.rc index bd3d3aff6b..a8126d5db3 100644 --- a/src/win32/zdoom.rc +++ b/src/win32/zdoom.rc @@ -221,7 +221,7 @@ BEGIN CONTROL "Load &lights",IDC_WELCOME_LIGHTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,130,180,51,10 CONTROL "Load &brightmaps",IDC_WELCOME_BRIGHTMAPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,130,190,65,10 CONTROL "&Don't ask me this again",IDC_DONTASKIWAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,73,211,87,10 - DEFPUSHBUTTON "&Play GZDoom",IDOK,8,228,90,14 + DEFPUSHBUTTON "&Play Game!",IDOK,8,228,90,14 PUSHBUTTON "E&xit",IDCANCEL,166,228,50,14 CONTROL "&OpenGL",IDC_WELCOME_VULKAN1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,13,167,41,10 CONTROL "&Vulkan",IDC_WELCOME_VULKAN2,"Button",BS_AUTORADIOBUTTON,13,177,37,10