Bring OS3 about requester up on the correct screen

This commit is contained in:
Chris Young 2016-01-25 19:14:04 +00:00
parent a7ab6c7484
commit 2c2dc0f2bc

View File

@ -209,7 +209,7 @@ HOOKF(void, ami_menu_item_project_about, APTR, window, struct IntuiMessage *)
temp2, temp2,
}; };
sel = EasyRequest(NULL, &about_req, NULL, netsurf_version, verdate); sel = EasyRequest(gwin->win, &about_req, NULL, netsurf_version, verdate);
#endif #endif
free(temp2); free(temp2);