Commit 117e2de0 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove trailing whitespace

parent ef7ff281
...@@ -624,12 +624,12 @@ Function .onInit ...@@ -624,12 +624,12 @@ Function .onInit
ReadRegStr $R0 ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" \ ReadRegStr $R0 ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" \
"UninstallString" "UninstallString"
StrCmp $R0 "" done StrCmp $R0 "" done
MessageBox MB_YESNO|MB_ICONEXCLAMATION \ MessageBox MB_YESNO|MB_ICONEXCLAMATION \
"VLC media player has already been installed. $\nDo you want to remove \ "VLC media player has already been installed. $\nDo you want to remove \
the previous version before installing $(^Name) ?" \ the previous version before installing $(^Name) ?" \
IDNO done IDNO done
;Run the uninstaller ;Run the uninstaller
;uninst: ;uninst:
ClearErrors ClearErrors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment