Changeset 120

Show
Ignore:
Timestamp:
2007-02-13 22:36:44 (2 years ago)
Author:
MaierMan
Message:

strip dTa mod strings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/about/about.xul

    r53 r120  
    4949        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
    5050        xmlns:html="http://www.w3.org/1999/xhtml" 
    51         onload="sizeToContent();
    52         title="About downTHEMall! Mod
     51        onload="sizeToContent(); versionFill();
     52        title="About DownThemAll!
    5353        buttons="accept" 
     54        id="DTAAboutDialog" 
    5455> 
    5556        <script type="application/x-javascript"><![CDATA[ 
     
    6566                        } 
    6667                } 
     68                function versionFill() { 
     69                        var logo = document.getElementById('logo'); 
     70                        var em = Components.classes["@mozilla.org/extensions/manager;1"] 
     71                                .getService(Components.interfaces.nsIExtensionManager); 
     72                        var item = em.getItemForID('dta@downthemall.net'); 
     73                        var title = item.name + ' ' + item.version; 
     74                        logo.setAttribute('title', title); 
     75                        window.title = 'About ' + title; 
     76                } 
    6777  ]]></script> 
    6878        <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/> 
     
    7282        </keyset> 
    7383         
    74         <dialogheader id="logo" title="DownThemAll Mod 0.5" description="The mass downloader for Firefox" orient="vertical" style="font-size: smaller;"/> 
     84        <dialogheader id="logo" title="DownThemAll!" description="The mass downloader for Firefox" orient="vertical" style="font-size: smaller;"/> 
    7585        <groupbox orient="vertical"> 
    7686                <label value="Copyright © 2004-2007 By:" style="font-weight: bold;"/> 
     
    7888                        <html:li><label value="Federico Parodi" class="link" onclick="openTab('http://www.jimmy2k.it', '_blank'); "/></html:li> 
    7989                        <html:li><label value="Stefano Verna" class="link" onclick="openTab('http://steffoz.altervista.org/', '_blank'); "/></html:li> 
    80                         <html:li><label value="Nils Maier" class="link" onclick="openTab('http://tn123.ath.cx/dtamod/', '_blank'); "/></html:li> 
     90                        <html:li><label value="Nils Maier" class="link" onclick="openTab('http://tn123.ath.cx/about/', '_blank'); "/></html:li> 
    8191                </html:ul> 
    8292 
     
    116126                        </columns> 
    117127                        <rows> 
    118                                 <!--<row> 
    119                                         <label value="Project" style="font-weight: bold;"/> 
    120                                         <label value="http://tn123.ath.cx/dtamod/" class="link" onclick="openTab('http://tn123.ath.cx/dtamod/', '_blank'); "/> 
    121                                 </row>--> 
    122128                                <row> 
    123129                                        <label value="DownThemAll!" style="font-weight: bold;"/> 
  • trunk/install.rdf

    r72 r120  
    44                 
    55                <id>dta@downthemall.net</id> 
    6                 <name>downTHEMall!</name> 
     6                <name>DownThemAll!</name> 
    77                <description>The mass downloader for Firefox.</description> 
    88                <version>1.0a1</version>