Changeset 400


Ignore:
Timestamp:
Mar 20, 2010, 6:04:42 PM (15 years ago)
Author:
maron
Message:

Oprava generování seznamu souborů s texty u addonu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/create_addon.php

    r376 r400  
    157157 
    158158    // Generate file Translates.xml
    159     $Buffer = '<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/.\FrameXML\UI.xsd"><scriptfile="BookPage_1.lua"/>'."\n";
     159    $Buffer = '<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/.\FrameXML\UI.xsd">'."\n";
    160160    foreach($CreatedFileList as $CreatedFile)
    161161      $Buffer .= '<script file="'.$CreatedFile.'.lua"/>'."\n";
Note: See TracChangeset for help on using the changeset viewer.