Change "HOMEPAGE" button in about box to name of website, since Linux is bad with launching URLS.
This commit is contained in:
@@ -713,9 +713,11 @@ ProcessMouseButtons:
|
||||
jne .nostatecancel
|
||||
mov byte[NetStateQuit],1
|
||||
.nostatecancel
|
||||
%ifndef __LINUX__
|
||||
cmp byte[GUICBHold],65
|
||||
jne .nohomepage
|
||||
call GotoHomepage
|
||||
%endif
|
||||
.nohomepage
|
||||
mov byte[GUICBHold],0
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user