Browse Source

*** empty log message ***

Josh Yelon 20 years ago
parent
commit
7b7f7f4d78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/panda.nsi

+ 1 - 1
doc/makepanda/panda.nsi

@@ -151,7 +151,7 @@ Section "${SMDIRECTORY}" SecCore
                 CreateDirectory "$SMPROGRAMS\${SMDIRECTORY}\$READABLE"
                 CreateDirectory "$SMPROGRAMS\${SMDIRECTORY}\$READABLE"
                 SetOutPath $INSTDIR\samples\$1
                 SetOutPath $INSTDIR\samples\$1
                 CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\Introduction.lnk" "$INSTDIR\samples\$1\Intro.html"
                 CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\Introduction.lnk" "$INSTDIR\samples\$1\Intro.html"
-                CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\Browse Tutorial.lnk" "$INSTDIR\samples\$1"
+                CreateShortCut "$SMPROGRAMS\${SMDIRECTORY}\$READABLE\View Source Code.lnk" "$INSTDIR\samples\$1"
                 FindFirst $2 $3 $INSTDIR\samples\$1\Tut-*.py
                 FindFirst $2 $3 $INSTDIR\samples\$1\Tut-*.py
                 iloop:
                 iloop:
                     StrCmp $3 "" idone
                     StrCmp $3 "" idone