<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>75 -138 555 411 0 0 1440 878 </string>
+ <string>74 141 555 411 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
</array>
<key>IBOpenObjects</key>
<array>
+ <integer>1438</integer>
<integer>21</integer>
</array>
<key>IBSystem Version</key>
/* Unless the user specified otherwise, default is to check
for update fDefPicSizeAutoSetipod*/
defaults = [NSUserDefaults standardUserDefaults];
- appDefaults = [NSDictionary dictionaryWithObject:@"YES"
+ appDefaults = [NSDictionary dictionaryWithObject:@"NO"
forKey:@"CheckForUpdates"];
appDefaults = [NSDictionary dictionaryWithObject:@"English"
forKey:@"DefaultLanguage"];
[defaults registerDefaults: appDefaults];
/* fUpdateCheck Check or uncheck according to the preferences */
- [fUpdateCheck setState: [defaults boolForKey:@"CheckForUpdates"] ?
- NSOnState : NSOffState];
-
+
+ [fUpdateCheck setState: 0];
+ [fUpdateCheck setEnabled: NO];
// Fill the languages combobox