summaryrefslogtreecommitdiffstats
path: root/src/inkscape.rc
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2007-06-24 10:25:46 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2007-06-24 10:25:46 +0000
commit3a2a04906728902b120f3c8af0a0105b190e0ac2 (patch)
tree3fc19ae819a3c1d32143cdf477080deb5ee25ec8 /src/inkscape.rc
parentupdated Ukrainian translation from Maxim Dziumanenko (diff)
downloadinkscape-3a2a04906728902b120f3c8af0a0105b190e0ac2.tar.gz
inkscape-3a2a04906728902b120f3c8af0a0105b190e0ac2.zip
This is a minor patch for the windows RC files. I've added the VERSIONINFO metadata, as well as a manifest entry to both inkview.rc, and inkscape.rc. The two xml manifest files have been added to \src as well.
(bzr r3089)
Diffstat (limited to 'src/inkscape.rc')
-rw-r--r--src/inkscape.rc26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc
index 7484c85c5..225d95180 100644
--- a/src/inkscape.rc
+++ b/src/inkscape.rc
@@ -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