Merge branch 'master' of ssh://github.com/86Box/86Box into cleanup30

This commit is contained in:
RichardG867
2022-02-16 13:29:44 -03:00

View File

@@ -39,7 +39,7 @@ AboutDialogCreate(HWND hwnd)
int i; int i;
TASKDIALOGCONFIG tdconfig = {0}; TASKDIALOGCONFIG tdconfig = {0};
TASKDIALOG_BUTTON tdbuttons[] = { TASKDIALOG_BUTTON tdbuttons[] = {
{IDOK, EMU_SITE}, {IDOK, EMU_SITE_W},
{IDCANCEL, MAKEINTRESOURCE(IDS_2127)} {IDCANCEL, MAKEINTRESOURCE(IDS_2127)}
}; };