Changeset 10503
- Timestamp:
- Apr 20, 2010, 11:47:28 PM (12 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r10501 r10503 292 292 //hidden prefs 293 293 if ([fDefaults objectForKey: @"BindAddressIPv4"]) 294 tr_bencDictAddStr(&settings, TR_PREFS_KEY_BIND_ADDRESS_IPV4, [[fDefaults stringForKey: @"BindAddressIPv4"] UTF8String]);294 tr_bencDictAddStr(&settings, TR_PREFS_KEY_BIND_ADDRESS_IPV4, [[fDefaults stringForKey: @"BindAddressIPv4"] UTF8String]); 295 295 if ([fDefaults objectForKey: @"BindAddressIPv6"]) 296 tr_bencDictAddStr(&settings, TR_PREFS_KEY_BIND_ADDRESS_IPV6, 296 tr_bencDictAddStr(&settings, TR_PREFS_KEY_BIND_ADDRESS_IPV6, [[fDefaults stringForKey: @"BindAddressIPv6"] UTF8String]); 297 297 298 298 tr_bencDictAddBool(&settings, TR_PREFS_KEY_BLOCKLIST_ENABLED, [fDefaults boolForKey: @"Blocklist"]); -
trunk/macosx/TransmissionHelp/html/FAQ.html
r10421 r10503 66 66 <p> 67 67 <div id="pagetitle"> 68 <h1>What are 'Magnet links'?</h1> 69 </div> 70 <P>Magnet links contain a torrent's hash, or unique identifier, as well as a tracker address, allowing a torrent to be added without downloading a torrent file.</p> 71 <div id="pagetitle"> 68 72 <h1>What do the stats in the Activity tab of the Inspector mean? </h1> 69 73 </div> … … 82 86 </div> 83 87 <p>Nightlies are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the <a href="http://forum.transmissionbt.com">Transmission forums</a>). You can try one out <a href="http://build.transmissionbt.com/job/trunk-mac/">here</a>. 84 <div id="pagetitle">85 <h1>What are 'Magnet links'?</h1>86 <P>Magnet links contain a torrent's hash, or unique identifier, as well as a tracker address, allowing a torrent to be added without downloading a torrent file.</p>87 88 88 </div> 89 89 </body>
Note: See TracChangeset
for help on using the changeset viewer.