home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / xfire / xfire_installer_26107.exe / xfire.exe / Xfire / skin.xml < prev    next >
Extensible Markup Language  |  2007-02-26  |  1KB  |  47 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE XfireSkin SYSTEM "xfireskin.dtd">
  3.  
  4. <XfireSkin>
  5.     <!-- Skin Themes -->
  6.     <Include File="xfirethemes.xml" />
  7.  
  8.     <GlobalPrefs>
  9.         <TooltipColor>TooltipCG</TooltipColor>
  10.         <TooltipTextColor>TooltipTextCG</TooltipTextColor>
  11.     </GlobalPrefs>
  12.  
  13.     <!-- Language String Translations -->
  14.     <Include File="strings.xml" /> -->
  15.  
  16.     <!-- Component Definitions -->
  17.     <Include File="xfirecomponents.xml" />
  18.     
  19.     <!-- Popup tiles -->
  20.     <Include File="xfirepopups.xml" />
  21.  
  22.     <!-- Main Window -->
  23.     <MainSkin>
  24.         <Include File="xfiremainwindow.xml" />
  25.     </MainSkin>
  26.  
  27.     <!-- Chat Window -->
  28.     <ChatSkin>
  29.          <Include File="xfirechatwindow.xml" />
  30.     </ChatSkin>
  31.  
  32.     <!-- Group Chat Window -->
  33.     <GroupChatSkin>
  34.         <Include File="xfiregroupchatwindow.xml" />
  35.     </GroupChatSkin>
  36.  
  37.     <!-- InGame Main Window -->
  38.     <InGameMainSkin>
  39.         <Include File="xfireingamewindow.xml" />
  40.     </InGameMainSkin>
  41.  
  42.     <!-- InGame Alert Window -->
  43.     <InGameAlertSkin>
  44.         <Include File="xfireingamealertwindow.xml" />
  45.     </InGameAlertSkin>
  46. </XfireSkin>
  47.