ide: MacOS install issues

git-svn-id: svn://ultimatepp.org/upp/trunk@12808 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-03-05 16:16:00 +00:00
parent c212d9775c
commit 964483aaad
7 changed files with 59 additions and 8 deletions

View file

@ -424,7 +424,7 @@ void InstantSetup()
bool CheckLicense()
{
if(!FileExists((GetExeDirFile("license.chk"))))
if(!FileExists(GetExeDirFile("license.chk")))
return true;
ShowSplash();
Ctrl::ProcessEvents();