mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-09 11:34:54 -06:00
ide: MacOS install issues
git-svn-id: svn://ultimatepp.org/upp/trunk@12808 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c212d9775c
commit
964483aaad
7 changed files with 59 additions and 8 deletions
|
|
@ -424,7 +424,7 @@ void InstantSetup()
|
|||
|
||||
bool CheckLicense()
|
||||
{
|
||||
if(!FileExists((GetExeDirFile("license.chk"))))
|
||||
if(!FileExists(GetExeDirFile("license.chk")))
|
||||
return true;
|
||||
ShowSplash();
|
||||
Ctrl::ProcessEvents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue