Fix typo in installer script preventing uninstaller from removing the batch converter...
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Jun 2013 10:12:02 +0000 (11:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Jun 2013 10:12:02 +0000 (11:12 +0100)
platform/windows/installer.nsi.32.in

index 81de3a25ceae9036dbff79d268bcbb7ec81ee6b8..9f38c925b961c7e18296575285121d9c3ebcb372 100644 (file)
@@ -134,7 +134,7 @@ Section "Uninstall"
 RMDir /r "$INSTDIR\*.*"    
 RMDir "$INSTDIR"
 Delete "$DESKTOP\DVD-o-matic.lnk"
-Delete "$DESKTOP\DVD-o-matic bach converter.lnk"
+Delete "$DESKTOP\DVD-o-matic batch converter.lnk"
 Delete "$DESKTOP\DVD-o-matic encode server.lnk"
 Delete "$SMPROGRAMS\DVD-o-matic\*.*"
 RmDir  "$SMPROGRAMS\DVD-o-matic"