From e906886ddccd57b0a9b00906cb8065c01d18fcb2 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 16 Feb 2022 11:19:54 +0100 Subject: [PATCH] And fixed Win32 as well. --- src/win/win_about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/win_about.c b/src/win/win_about.c index d3d5157c2..c508c7b3c 100644 --- a/src/win/win_about.c +++ b/src/win/win_about.c @@ -39,7 +39,7 @@ AboutDialogCreate(HWND hwnd) int i; TASKDIALOGCONFIG tdconfig = {0}; TASKDIALOG_BUTTON tdbuttons[] = { - {IDOK, EMU_SITE}, + {IDOK, EMU_SITE_W}, {IDCANCEL, MAKEINTRESOURCE(IDS_2127)} };