source: trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib@ 45

Last change on this file since 45 was 45, checked in by Nicholas Riley, 21 years ago

Pester 1.1a2.

English.lproj/Credits.html: Fixed some HTML formatting issues, added Ben Hines to credits (thanks for helping out with 1.1a1 testing!)

English.lproj/InfoPlist.strings: Updated for 1.1a2.

English.lproj/MainMenu.nib: Reconnected initialFirstResponder outlet on the window; somehow it became disconnected. Fixed keyboard navigation loop. Removed formatters from date/time fields which were causing crashes on launch on 10.2 (they're instantiated from code in any case). Removed text from date field because it didn't work without the formatter.

NJRDateFormatter: Workaround for 10.2 NSScanner bug [Ben Hines].

NJRQTMediaPopUpButton: Remove corrupt JPEG note, can no longer reproduce. Removed -validateRecentMedia invocation, debug code shouldn't have been left in.

PSAlarmSetController: Set alerts before setting alarm, otherwise alarm in bogus state remains. Set date to today in awakeFromNib, moved from the nib. Disconnect initial first responder to work around 10.1 bug so keyboard focus is set properly when the window opens.

Pester.pbproj: Added VERSION.

Read Me.rtfd: Updated for 1.1a2.

VERSION: Updated for 1.1a2.

File size: 925 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBDocumentLocation</key>
6 <string>73 38 356 240 0 0 1600 1178 </string>
7 <key>IBEditorPositions</key>
8 <dict>
9 <key>29</key>
10 <string>94 343 273 44 0 0 1600 1178 </string>
11 </dict>
12 <key>IBFramework Version</key>
13 <string>286.0</string>
14 <key>IBOpenObjects</key>
15 <array>
16 <integer>29</integer>
17 <integer>21</integer>
18 </array>
19 <key>IBSystem Version</key>
20 <string>6D52</string>
21 <key>IBUserGuides</key>
22 <dict>
23 <key>21</key>
24 <dict>
25 <key>guideLocations</key>
26 <array>
27 <string>Horizontal:92.000000</string>
28 <string>Horizontal:148.000000</string>
29 <string>Horizontal:116.000000</string>
30 <string>Horizontal:64.000000</string>
31 </array>
32 <key>guidesLocked</key>
33 <false/>
34 </dict>
35 </dict>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.