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:
parent
926ee26f67
commit
51cdfee8fe
2 changed files with 18 additions and 4 deletions
14
macosx/English.lproj/SDLMain.nib/classes.nib
generated
14
macosx/English.lproj/SDLMain.nib/classes.nib
generated
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue