Changeset 74 for trunk/ICeCoffEE/ICeCoffEE/English.lproj
- Timestamp:
- 01/30/03 05:31:29 (20 years ago)
- Location:
- trunk/ICeCoffEE/ICeCoffEE/English.lproj
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib/classes.nib
r66 r74 1 1 { 2 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 3 4 { 4 ACTIONS = {addYourOwnActionsHere = id; }; 5 CLASS = BeepMultiplierController; 5 ACTIONS = { 6 commandClickEnabled = id; 7 errorDialogEnabled = id; 8 errorSoundEnabled = id; 9 servicesInContextualMenu = id; 10 servicesInMenuBar = id; 11 textBlinkCount = id; 12 textBlinkEnabled = id; 13 }; 14 CLASS = ICeCoffEEController; 6 15 LANGUAGE = ObjC; 7 OUTLETS = {"add_your_own_outlets_here" = id; window = NSWindow; }; 16 OUTLETS = { 17 commandClickEnabled = NSButton; 18 errorDialogEnabled = NSButton; 19 errorSoundEnabled = NSButton; 20 servicesInContextualMenu = NSButton; 21 servicesInMenuBar = NSButton; 22 textBlinkCount = NSPopUpButton; 23 textBlinkEnabled = NSButton; 24 window = NSWindow; 25 }; 8 26 SUPERCLASS = NSObject; 9 }, 10 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } 27 } 11 28 ); 12 29 IBVersion = 1; -
trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib/info.nib
r66 r74 28 28 </array> 29 29 <key>IBSystem Version</key> 30 <string>6G30</string> 30 <string>6I15</string> 31 <key>IBUserGuides</key> 32 <dict> 33 <key>195</key> 34 <dict> 35 <key>guideLocations</key> 36 <array> 37 <string>Horizontal:245.000000</string> 38 </array> 39 <key>guidesLocked</key> 40 <false/> 41 </dict> 42 </dict> 31 43 </dict> 32 44 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.