Ignore:
Timestamp:
11/24/06 01:02:41 (6 years ago)
Author:
sam
Message:
  • modif gestion appNameFull - pour avoir appNameFull également pour SCtest
  • Correction bug création chrome SCtest (mix entre chrome audio et overlay SCtest)
  • correction pb de profil SCtest (SCtest ne peut pas avoir le même profil que SCbuilder) : profil SCtest = t + profil(SCb)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/content/scenaricms/about/about.xul

    r6394 r7483  
    4646 
    4747<?xml-stylesheet href="chrome://scenaricms/content/about/about.css" type="text/css"?> 
    48 <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="aboutDialog" buttons="accept" defaultButton="accept" title="&brandShortName;" width="300" height="320" onload="init();"> 
     48<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="aboutDialog" buttons="accept" defaultButton="accept" title="&brandFullName;" width="300" height="320" onload="init();"> 
    4949        <script src="chrome://scenaricms/content/ut.js"/> 
    5050        <script><![CDATA[ 
     
    9898                                <label class="infoName" value="Contact"/> 
    9999                                <box> 
    100                                         <label class="text-link" value="www.scenari-platform.org" onclick="ut.loadExternalURL('http://www.scenari-platform.org')"/> 
     100                                        <label class="text-link" value="&vendorShortName;" onclick="ut.loadExternalURL('&releaseURL;')"/> 
    101101                                </box> 
    102102                        </row> 
Note: See TracChangeset for help on using the changeset viewer.