Updates for 0.9.19 release. Added authorization code to permit Fontconfig files to be installed on first launch from a non-admin account. Fixed possible lockups in fullscreen mode when attempting to print.
This commit is contained in:
parent
3c062cd1e1
commit
04506fa385
10 changed files with 264 additions and 118 deletions
|
|
@ -37,7 +37,7 @@ void displayMessage( int msgId )
|
|||
switch( msgId )
|
||||
{
|
||||
case( MSG_FONT_CACHE ):
|
||||
message = @"I'm currently fishing for fonts on your Mac. This may take me a minute, as I'd much rather be feeding on fish from the sea.";
|
||||
message = @"I'm currently fishing for fonts on your Mac. This may take me a minute, as I'd much rather be feeding on fish from the sea.";
|
||||
status = @"Status: Caching fonts (this only needs to be done once)...";
|
||||
[sdlMain displayMessage:message andStatus:status withProgressIndicator:YES];
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue