Diff for /Amaya/amaya-wx_release.nsi between versions 1.19 and 1.20

version 1.19, 2005/02/28 16:02:53 version 1.20, 2005/03/15 15:06:39
Line 403  SectionEnd Line 403  SectionEnd
   
 SubSection "File association" SecFileAss  SubSection "File association" SecFileAss
   
 Section ".html (HyperText Markup Language)" SecAssHTML  Section /o ".html (HyperText Markup Language)" SecAssHTML
   WriteRegStr HKCR ".html" "" "Amaya"    WriteRegStr HKCR ".html" "" "Amaya"
 SectionEnd  SectionEnd
   
 Section ".xml (eXtensible Markup Language)" SecAssXML  Section /o ".xml (eXtensible Markup Language)" SecAssXML
   WriteRegStr HKCR ".xml" "" "Amaya"    WriteRegStr HKCR ".xml" "" "Amaya"
 SectionEnd  SectionEnd
   
 Section ".svg (Scalable Vector Graphics)" SecAssSVG  Section /o ".svg (Scalable Vector Graphics)" SecAssSVG
   WriteRegStr HKCR ".svg" "" "Amaya"    WriteRegStr HKCR ".svg" "" "Amaya"
 SectionEnd  SectionEnd
   
 Section ".mml (MathML)" SecAssMML  Section /o ".mml (MathML)" SecAssMML
   WriteRegStr HKCR ".mml" "" "Amaya"    WriteRegStr HKCR ".mml" "" "Amaya"
 SectionEnd  SectionEnd
   
 Section ".css (Cascading Style Sheets)" SecAssCSS  Section /o ".css (Cascading Style Sheets)" SecAssCSS
   WriteRegStr HKCR ".css" "" "Amaya"    WriteRegStr HKCR ".css" "" "Amaya"
 SectionEnd  SectionEnd
   

Removed from v.1.19  
changed lines
  Added in v.1.20


Webmaster