Merge remote-tracking branch 'upstream/master' into fullscreenstaticonqt

This commit is contained in:
Cacodemon345
2022-02-16 16:25:41 +06:00

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