diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2007-06-24 10:25:46 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2007-06-24 10:25:46 +0000 |
| commit | 3a2a04906728902b120f3c8af0a0105b190e0ac2 (patch) | |
| tree | 3fc19ae819a3c1d32143cdf477080deb5ee25ec8 /src/inkscape.rc | |
| parent | updated Ukrainian translation from Maxim Dziumanenko (diff) | |
| download | inkscape-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.rc | 26 |
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 |
