Martijn Laan 5 years ago
parent
commit
0065bdc987
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Examples/CodeDownloadFiles.iss

+ 1 - 1
Examples/CodeDownloadFiles.iss

@@ -52,7 +52,7 @@ begin
         DownloadPage.Download;
         DownloadPage.Download;
         Result := True;
         Result := True;
       except
       except
-        SuppressibleMsgBox(GetExceptionMessage, mbCriticalError, MB_OK, IDOK);
+        SuppressibleMsgBox(AddPeriod(GetExceptionMessage), mbCriticalError, MB_OK, IDOK);
         Result := False;
         Result := False;
       end;
       end;
     finally
     finally