summaryrefslogtreecommitdiffstats
path: root/src/windows/installer
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-10-12 19:18:04 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-10-12 19:18:04 +0000
commit6e011a1ee3fa13245b4ccc16e1dce6e5159ec24a (patch)
tree4ec135ad242ffebfb47bd06884e5a6346e330bb6 /src/windows/installer
parent875db8152711c3867569d463d27d5664b0cd3dd0 (diff)
downloadkrb5-6e011a1ee3fa13245b4ccc16e1dce6e5159ec24a.tar.gz
krb5-6e011a1ee3fa13245b4ccc16e1dce6e5159ec24a.tar.xz
krb5-6e011a1ee3fa13245b4ccc16e1dce6e5159ec24a.zip
Set the Shortcut string to match the base product name
ticket: 5820 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20118 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer')
-rw-r--r--src/windows/installer/wix/files.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi
index 4604b49517..5a391d03df 100644
--- a/src/windows/installer/wix/files.wxi
+++ b/src/windows/installer/wix/files.wxi
@@ -957,7 +957,7 @@
</Directory>
<Directory Id="ProgramMenuFolder">
- <Directory Id="dirShortcut" LongName="$(loc.ProductName)" Name="KFW">
+ <Directory Id="dirShortcut" LongName="$(var.BaseProductName)" Name="KFW">
</Directory>
</Directory>
<Directory Id="StartupFolder">