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 = {
|
ACTIONS = {
|
||||||
makeFullscreen = id;
|
makeFullscreen = id;
|
||||||
|
onAbout = id;
|
||||||
onHelp = id;
|
onHelp = id;
|
||||||
onNew = id;
|
onNew = id;
|
||||||
onOpen = id;
|
onOpen = id;
|
||||||
|
|
@ -16,8 +17,19 @@
|
||||||
};
|
};
|
||||||
CLASS = SDLMain;
|
CLASS = SDLMain;
|
||||||
LANGUAGE = ObjC;
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
aboutWindow = NSWindow;
|
||||||
|
acknowledgmentsText = TransparentTextView;
|
||||||
|
appnameText = NSTextField;
|
||||||
|
messagePanel = NSPanel;
|
||||||
|
messageProgress = NSProgressIndicator;
|
||||||
|
messageStatus = NSTextField;
|
||||||
|
messageText = NSTextField;
|
||||||
|
versionText = NSTextField;
|
||||||
|
};
|
||||||
SUPERCLASS = NSObject;
|
SUPERCLASS = NSObject;
|
||||||
}
|
},
|
||||||
|
{CLASS = TransparentTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
|
||||||
);
|
);
|
||||||
IBVersion = 1;
|
IBVersion = 1;
|
||||||
}
|
}
|
||||||
8
macosx/English.lproj/SDLMain.nib/info.nib
generated
8
macosx/English.lproj/SDLMain.nib/info.nib
generated
|
|
@ -3,19 +3,21 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>IBDocumentLocation</key>
|
<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>
|
<key>IBEditorPositions</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>29</key>
|
<key>29</key>
|
||||||
<string>201 387 286 44 0 0 1440 878 </string>
|
<string>551 557 286 44 0 0 1440 878 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IBFramework Version</key>
|
<key>IBFramework Version</key>
|
||||||
<string>446.1</string>
|
<string>446.1</string>
|
||||||
<key>IBOpenObjects</key>
|
<key>IBOpenObjects</key>
|
||||||
<array>
|
<array>
|
||||||
|
<integer>381</integer>
|
||||||
|
<integer>371</integer>
|
||||||
<integer>29</integer>
|
<integer>29</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
<string>8P135</string>
|
<string>8S165</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue