Changeset 322
- Timestamp:
- 2007-05-22 13:52:15 (2 years ago)
- Files:
-
- branches/0.9.x/chrome/content/about/about.xul (modified) (1 diff)
- branches/0.9.x/chrome/content/opzioni/restorePref.js (modified) (1 diff)
- branches/0.9.x/install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.9.x/chrome/content/about/about.xul
r277 r322 35 35 <image src="chrome://dta/content/about/logo.png"/><spacer flex="1"/> 36 36 </hbox> 37 <label value="ver. 0.9.9. 8" style="margin-bottom:10px;" />37 <label value="ver. 0.9.9.10" style="margin-bottom:10px;" /> 38 38 <label value="Copyright © 2004-2007 By:" style="font-weight: bold;"/> 39 39 <label value="Federico Parodi" class="link" onclick="openTab('http://www.jimmy2k.it', '_blank'); "/> branches/0.9.x/chrome/content/opzioni/restorePref.js
r237 r322 13 13 14 14 var defNumFilters = 7; 15 var currentVersion = "0.9.9. 8";15 var currentVersion = "0.9.9.10"; 16 16 17 17 function isNewer(version, current) { branches/0.9.x/install.rdf
r278 r322 9 9 <em:creator>Nils Maier</em:creator> 10 10 11 <em:version>0.9.9. 8</em:version>11 <em:version>0.9.9.10</em:version> 12 12 <em:aboutURL>chrome://dta/content/about/about.xul</em:aboutURL> 13 13 <em:iconURL>chrome://dta/content/immagini/icon.png</em:iconURL>
