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)} };