Mac OS X updates: Added dialog box requesting user to wait while font cache is being built. Created custom "About Tux Paint" dialog.

This commit is contained in:
Martin Fuhrer 2008-01-04 05:42:15 +00:00
parent 926ee26f67
commit 51cdfee8fe
2 changed files with 18 additions and 4 deletions

View file

@ -4,6 +4,7 @@
{
ACTIONS = {
makeFullscreen = id;
onAbout = id;
onHelp = id;
onNew = id;
onOpen = id;
@ -16,8 +17,19 @@
};
CLASS = SDLMain;
LANGUAGE = ObjC;
OUTLETS = {
aboutWindow = NSWindow;
acknowledgmentsText = TransparentTextView;
appnameText = NSTextField;
messagePanel = NSPanel;
messageProgress = NSProgressIndicator;
messageStatus = NSTextField;
messageText = NSTextField;
versionText = NSTextField;
};
SUPERCLASS = NSObject;
}
},
{CLASS = TransparentTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
);
IBVersion = 1;
}

View file

@ -3,19 +3,21 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>71 160 356 240 0 0 1440 878 </string>
<string>420 109 390 289 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>201 387 286 44 0 0 1440 878 </string>
<string>551 557 286 44 0 0 1440 878 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOpenObjects</key>
<array>
<integer>381</integer>
<integer>371</integer>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8P135</string>
<string>8S165</string>
</dict>
</plist>