Changeset 851
- Timestamp:
- 2008-03-06 01:18:38 (10 months ago)
- Files:
-
- trunk/LICENSE (modified) (1 diff)
- trunk/chrome/content/integration/elements.xul (modified) (1 diff)
- trunk/chrome/content/integration/songbird.xul (modified) (1 diff)
- trunk/chrome/content/preferences/interfacePane.xul (modified) (2 diffs)
- trunk/chrome/content/preferences/toolbarButtons.xul (modified) (1 diff)
- trunk/chrome/help/about.html (modified) (1 diff)
- trunk/chrome/locale/en-US/menu.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/LICENSE
r830 r851 12 12 See the MPL, GPL, LGPL files respectively. 13 13 14 DTAcontains pieces of code taken from:14 dTa contains pieces of code taken from: 15 15 Linky * Copyright (C) 2002-2003 Henrik Gemal 16 16 trunk/chrome/content/integration/elements.xul
r720 r851 87 87 > 88 88 <menupopup> 89 <menuitem id="dta-tb-turbo" label=" DTAOneClick! (&dta-tb-single.label;)" oncommand="DTA_ContextOverlay.findLinks(true, false);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/>90 <menuitem id="dta-tb-allturbo" label=" DTAOneClick! (&dta-tb-all.label;)" oncommand="DTA_ContextOverlay.findLinks(true, true);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/>89 <menuitem id="dta-tb-turbo" label="dTa OneClick! (&dta-tb-single.label;)" oncommand="DTA_ContextOverlay.findLinks(true, false);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/> 90 <menuitem id="dta-tb-allturbo" label="dTa OneClick! (&dta-tb-all.label;)" oncommand="DTA_ContextOverlay.findLinks(true, true);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/> 91 91 </menupopup> 92 92 </toolbarbutton> trunk/chrome/content/integration/songbird.xul
r707 r851 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <!DOCTYPE overlay SYSTEM "chrome://dta/locale/menu.dtd"> 12 <overlay id="DTA FirefoxIntegration" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">12 <overlay id="DTASongbirdIntegration" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 13 13 14 14 <script type="application/x-javascript" src="chrome://dta/content/integration/toolbarButtons.js"/> trunk/chrome/content/preferences/interfacePane.xul
r720 r851 57 57 <checkbox id="dtaContext1" 58 58 preference="dtaContext" 59 label=" DTAOneClick!"59 label="dTa OneClick!" 60 60 onsyncfrompreference="return Interface.getMenu('dtaContext', 1);" 61 61 onsynctopreference="return Interface.setMenu('dtaContext', 1);" … … 80 80 <checkbox id="dtaTool1" 81 81 preference="dtaTool" 82 label=" DTAOneClick!"82 label="dTa OneClick!" 83 83 onsyncfrompreference="return Interface.getMenu('dtaTool', 1);" 84 84 onsynctopreference="return Interface.setMenu('dtaTool', 1);" trunk/chrome/content/preferences/toolbarButtons.xul
r720 r851 55 55 <checkbox id="dtaSMButtons1" 56 56 preference="dtaSMButtons" 57 label=" DTAOneClick!"57 label="dTa OneClick!" 58 58 onsyncfrompreference="return Interface.getMenu('dtaSMButtons', 1);" 59 59 onsynctopreference="return Interface.setMenu('dtaSMButtons', 1);" trunk/chrome/help/about.html
r830 r851 51 51 52 52 53 DTAcontains pieces of code taken from:53 dTa contains pieces of code taken from: 54 54 Linky * Copyright (C) 2002-2003 Henrik Gemal 55 55 trunk/chrome/locale/en-US/menu.properties
r718 r851 1 1 dtasaveimage=Save image with DownThemAll! 2 turbosaveimage=Start saving image with DTAOneClick!2 turbosaveimage=Start saving image with dTa OneClick! 3 3 dtasavelink=Save link with DownThemAll! 4 turbosavelink=Start saving link with DTAOneClick!4 turbosavelink=Start saving link with dTa OneClick! 5 5 dtaselection=DownThemAll! selection... 6 turboselection= DTAOneClick selection...6 turboselection=dTa OneClick selection... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=DownThemAll! - Error 10 10 errornolinks=No links or pictures found!
