#
# Machekku Visual Styles Manifest
#
# Version: 0.1
# Date: 2005-05-08
#
# http://machekku.uaznia.net/jabber/psi/patches/
#
# psi.manifest |   22 ++++++++++++++++++++++
# psi_win32.rc |    1 +
# 2 files changed, 23 insertions(+)
#
diff -X exclude -x src.pro -Naru psi_cvs-2005.05.08/psi/win32/psi.manifest psi-2005.05.08-manifest/psi/win32/psi.manifest
--- psi_cvs-2005.05.08/psi/win32/psi.manifest	Thu Jan  1 01:00:00 1970
+++ psi-2005.05.08-manifest/psi/win32/psi.manifest	Sun May  8 14:34:14 2005
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assemblyIdentity
+    version="1.0.0.0"
+    processorArchitecture="X86"
+    name="CompanyName.ProductName.YourApplication"
+    type="win32"
+/>
+<description>Your app description here</description>
+<dependency>
+    <dependentAssembly>
+        <assemblyIdentity
+            type="win32"
+            name="Microsoft.Windows.Common-Controls" 
+            version="6.0.0.0" 
+            processorArchitecture="X86" 
+            publicKeyToken="6595b64144ccf1df" 
+            language="*" 
+        /> 
+    </dependentAssembly> 
+</dependency> 
+</assembly>
diff -X exclude -x src.pro -Naru psi_cvs-2005.05.08/psi/win32/psi_win32.rc psi-2005.05.08-manifest/psi/win32/psi_win32.rc
--- psi_cvs-2005.05.08/psi/win32/psi_win32.rc	Thu Apr  3 17:39:38 2003
+++ psi-2005.05.08-manifest/psi/win32/psi_win32.rc	Sun May  8 14:59:16 2005
@@ -1,3 +1,4 @@
 IDI_ICON1 ICON DISCARDABLE "app32.ico"
 IDI_ICON2 ICON DISCARDABLE "app16.ico"
 IDI_ICON3 ICON DISCARDABLE "app48.ico"
+1 24 "psi.manifest"
