mirror of https://github.com/BOINC/boinc.git
Eliminate BOINCSaver.nib.sit, replace with BOINCSaver.nib
svn path=/trunk/boinc/; revision=13480
This commit is contained in:
parent
0bc9cea2bb
commit
b16ecf6932
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
ACTIONS = {closeSheetCancel = id; closeSheetSave = id; };
|
||||||
|
CLASS = "BOINC_Saver_ModuleView";
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
mBlankingTimeTextField = NSTextField;
|
||||||
|
mConfigureSheet = id;
|
||||||
|
mGoToBlankCheckbox = NSButton;
|
||||||
|
};
|
||||||
|
SUPERCLASS = ScreenSaverView;
|
||||||
|
},
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {closeSheetCancel = id; closeSheetSave = id; };
|
||||||
|
CLASS = NSButton;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSControl;
|
||||||
|
},
|
||||||
|
{CLASS = ScreenSaverView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>104 64 503 301 0 0 1024 746 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>364.0</string>
|
||||||
|
<key>IBOpenObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>7</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>7W98</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Binary file not shown.
Loading…
Reference in New Issue