And fixed Win32 as well.

This commit is contained in:
OBattler
2022-02-16 11:19:54 +01:00
parent 9b0c50f91e
commit e906886ddc

View File

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