Martijn Laan 5 năm trước cách đây
mục cha
commit
0065bdc987
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Examples/CodeDownloadFiles.iss

+ 1 - 1
Examples/CodeDownloadFiles.iss

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