Browse Source

Fixed a bad varname

Josh Yelon 21 years ago
parent
commit
b1eab95643
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/makepanda/panda.nsi

+ 1 - 1
doc/makepanda/panda.nsi

@@ -154,7 +154,7 @@ SectionEnd
 Section Uninstall
 Section Uninstall
 
 
 !ifndef PPGAME
 !ifndef PPGAME
-        DetailPrint "Removing $FULLNAME from PATH ..."
+        DetailPrint "Removing ${FULLNAME} from PATH ..."
         Push "$INSTDIR\bin"
         Push "$INSTDIR\bin"
         Call un.RemoveFromPath
         Call un.RemoveFromPath
 !endif
 !endif