diff options
| author | Adib Taraben <theadib@gmail.com> | 2007-09-30 10:05:28 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2007-09-30 10:05:28 +0000 |
| commit | 4b9ddd65bd41618addfb76e03cababdae1bab882 (patch) | |
| tree | 76fb7321a7b5a41a4a726b43ee20b166f0220671 /packaging | |
| parent | noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f... (diff) | |
| download | inkscape-4b9ddd65bd41618addfb76e03cababdae1bab882.tar.gz inkscape-4b9ddd65bd41618addfb76e03cababdae1bab882.zip | |
typo in Product uninst key
(bzr r3817)
Diffstat (limited to 'packaging')
| -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 bc86160dc..51cdccab0 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -36,7 +36,7 @@ SetCompressor /SOLID lzma ;Enter the windows uninstall reg sub key to add uninstall information to Add/Remove Programs also. !define INSTDIR_REG_ROOT "HKLM" -!define INSTDIR_REG_KEY PRODUCT_UNINST_KEY +!define INSTDIR_REG_KEY ${PRODUCT_UNINST_KEY} ;include the Uninstall log header !include AdvUninstLog.nsh |
