diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2010-01-17 11:43:04 +0000 |
|---|---|---|
| committer | helix84 <helix84@centrum.sk> | 2010-01-17 11:43:04 +0000 |
| commit | 6b8fe7940e3a9e6b133ee87a48a61847f2fce626 (patch) | |
| tree | 87c55cda1dcac4413c1ba5d128030dd20b4c7a89 /packaging | |
| parent | * [INTL:ro] Romanian translation of win32 installer added (diff) | |
| download | inkscape-6b8fe7940e3a9e6b133ee87a48a61847f2fce626.tar.gz inkscape-6b8fe7940e3a9e6b133ee87a48a61847f2fce626.zip | |
reverting an accidental change in inkscape.nsi from r8990
(bzr r8991)
Diffstat (limited to 'packaging')
| -rwxr-xr-x[-rw-r--r--] | packaging/win32/inkscape.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 8df21c30f..f355db74b 100644..100755 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -219,7 +219,7 @@ VIProductVersion ${VERSION_X.X.X.X} VIAddVersionKey ProductName Inkscape VIAddVersionKey Comments "Licensed under the GNU GPL" VIAddVersionKey CompanyName inkscape.org -VIAddVersionKey LegalCopyright "? 2009 Inkscape" +VIAddVersionKey LegalCopyright "© 2009 Inkscape" VIAddVersionKey FileDescription Inkscape VIAddVersionKey FileVersion ${VERSION_X.X.X.X} VIAddVersionKey ProductVersion ${VERSION_X.X.X.X} |
