Changeset 6048 for trunk/macosx/PrefsController.m
- Timestamp:
- Jun 5, 2008, 3:22:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsController.m
r6047 r6048 811 811 812 812 //download directory 813 #warning missing! 813 NSString * downloadLocation = [[NSString stringWithUTF8String: tr_sessionGetDownloadDir(fHandle)] stringByStandardizingPath]; 814 [fDefaults setObject: downloadLocation forKey: @"DownloadFolder"]; 814 815 815 816 //peers … … 850 851 { 851 852 //encryption handled by bindings 853 854 //download directory handled by bindings 852 855 853 856 [fPeersGlobalField setIntValue: peersTotal];
Note: See TracChangeset
for help on using the changeset viewer.