mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Bring OS3 about requester up on the correct screen
This commit is contained in:
parent
a7ab6c7484
commit
2c2dc0f2bc
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user