From b4bc6aaa68972eaab559f6dcf1f06c221336ca1e Mon Sep 17 00:00:00 2001 From: theadib Date: Sun, 30 Sep 2007 10:05:28 +0000 Subject: [PATCH] typo in Product uninst key --- packaging/win32/inkscape.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2