summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2007-09-30 10:05:28 +0000
committertheadib <theadib@users.sourceforge.net>2007-09-30 10:05:28 +0000
commit4b9ddd65bd41618addfb76e03cababdae1bab882 (patch)
tree76fb7321a7b5a41a4a726b43ee20b166f0220671 /packaging
parentnoop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f... (diff)
downloadinkscape-4b9ddd65bd41618addfb76e03cababdae1bab882.tar.gz
inkscape-4b9ddd65bd41618addfb76e03cababdae1bab882.zip
typo in Product uninst key
(bzr r3817)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/win32/inkscape.nsi2
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