Code

This is a minor patch for the windows RC files. I've added the VERSIONINFO metadata...
[inkscape.git] / src / inkscape.rc
index 7484c85c57581eb9c66801219a0510bf38db208d..225d951802640c5332b27760a787b1e7a98f1207 100644 (file)
@@ -1,3 +1,27 @@
 
-APPLICATION_ICON        ICON    DISCARDABLE     "../inkscape.ico"
+APPLICATION_ICON    ICON          DISCARDABLE     "../inkscape.ico"
+1                   24            DISCARDABLE     "./inkscape-manifest.xml"
 
+1 VERSIONINFO
+    FILEVERSION     0,45,1,0
+    PRODUCTVERSION  0,45,1,0
+BEGIN
+    BLOCK "StringFileInfo"
+    BEGIN
+        BLOCK "040901b5"
+        BEGIN
+            VALUE "Comments", "Published under the GNU GPL"
+            VALUE "CompanyName", "inkscape.org"
+            VALUE "FileDescription", "Inkscape"
+            VALUE "FileVersion", "0.45.1"
+            VALUE "InternalName", "Inkscape"
+            VALUE "LegalCopyright", "© 2007 Inkscape"
+            VALUE "ProductName", "Inkscape"
+            VALUE "ProductVersion", "0.45.1"
+        END
+    END
+    BLOCK "VarFileInfo"
+    BEGIN
+        VALUE "Translation", 1033, 437
+    END
+END