From 6eed0e30e322111b7b8335dd99dd37ed0f81174a Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 22 Jun 2012 04:00:00 -0500 Subject: [PATCH] fix names. --- misc/yap.nsi | 2 +- misc/yap64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/yap.nsi b/misc/yap.nsi index 3f38d615f..7a09a10f1 100755 --- a/misc/yap.nsi +++ b/misc/yap.nsi @@ -89,7 +89,7 @@ Section "Start Menu shortcuts" SectionIn 1 2 3 SetOutPath ${CWD} CreateDirectory "$SMPROGRAMS\${GRP}" - CreateShortCut "$SMPROGRAMS\${GRP}\PLYap.lnk" \ + CreateShortCut "$SMPROGRAMS\${GRP}\YAP-WIN.lnk" \ "$INSTDIR\bin\yap-win.exe" \ "" \ "$INSTDIR\bin\yap-win.exe" \ diff --git a/misc/yap64.nsi b/misc/yap64.nsi index 77375c87f..cd034372e 100755 --- a/misc/yap64.nsi +++ b/misc/yap64.nsi @@ -86,7 +86,7 @@ Section "Start Menu shortcuts" SectionIn 1 2 3 SetOutPath ${CWD} CreateDirectory "$SMPROGRAMS\${GRP}" - CreateShortCut "$SMPROGRAMS\${GRP}\PLYap.lnk" \ + CreateShortCut "$SMPROGRAMS\${GRP}\YAP-WIN.lnk" \ "$INSTDIR\bin\yap-win.exe" \ "" \ "$INSTDIR\bin\yap-win.exe" \