Typo in skin type
[pithos-ms-client] / trunk / Pithos.Installer / PithosPlus.iss
index c782a5f..b0b2b2e 100644 (file)
@@ -410,8 +410,8 @@ end;
 function InitializeSetup(): Boolean;\r
 begin\r
   //Unpack The Skin\r
-  ExtractTemporaryFile('GRNETWhite.msstyles');\r
-  LoadSkin(ExpandConstant('{tmp}\GRNETWhite.msstyles'), '');\r
+  ExtractTemporaryFile('GRNETWhite.cjstyles');\r
+  LoadSkin(ExpandConstant('{tmp}\GRNETWhite.cjstyles'), '');\r
     \r
   // Test the presence of .NET 4.0\r
   if (not(RegKeyExists(HKLM, 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4'))) then\r