Changeset 1098
- Timestamp:
- 2008-09-15 07:14:00 (4 months ago)
- Files:
-
- trunk/chrome/content/about/about.xul (modified) (1 diff)
- trunk/chrome/content/about/notice.html (modified) (1 diff)
- trunk/chrome/content/preferences/privacyPane.xul (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/about/about.xul
r1083 r1098 79 79 } 80 80 function openNotice() { 81 DTA .mediator.showNotice(window);81 DTA_Mediator.showNotice(window); 82 82 } 83 83 ]]></script> trunk/chrome/content/about/notice.html
r1083 r1098 87 87 <p>You can remove complete, canceled, and unfinished downloads from the download window by changing the settings in the Preferences->Privacy panel.</p> 88 88 <p>You can enable diagnostic messages which will be logged to both the error console and written to the dta_log.txt file (contained in the dTa folder) by the Preferences->Privacy panel. Diagnostic messages will likely contain sensitive information like URLs, file paths, filenames you're downloading, or even cookie information. This option is DISABLED by default to protect your privacy. If you submit a diagnostic message, you may wish to censor this sensitive information.</p> 89 <!-- Does not apply, not in use 89 90 <p>DownThemAll connects to our website to get news, donation messages, and latest version number. This feature can be disabled by changing the setting in the Preferences->Privacy panel.</p> 91 --> 90 92 <p>This notice is always available from this help and additionally linked on the About window.</p> 91 93 trunk/chrome/content/preferences/privacyPane.xul
r1078 r1098 63 63 </groupbox> 64 64 65 <!-- Does not apply, not in use 65 66 <groupbox> 66 67 <caption label="&privacypane.updates.caption;"/> … … 72 73 preference="dtastatistics" /> 73 74 </groupbox> 75 --> 74 76 75 77 <groupbox>
