diff OrthancStone/Sources/StoneEnumerations.h @ 1666:1e6d3289b1ad

enable catching of exceptions in stone web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 17:10:08 +0100
parents f62f685e0eb2
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/StoneEnumerations.h	Thu Nov 19 15:39:30 2020 +0100
+++ b/OrthancStone/Sources/StoneEnumerations.h	Thu Nov 19 17:10:08 2020 +0100
@@ -119,7 +119,7 @@
 
   enum SeriesThumbnailType
   {
-    SeriesThumbnailType_NotLoaded = 1,  // The remote server cannot decode this image
+    SeriesThumbnailType_NotLoaded = 1,  // "SeriesThumbnailsLoader" has not information about this series yet
     SeriesThumbnailType_Unsupported = 2,  // The remote server cannot decode this image
     SeriesThumbnailType_Pdf = 3,
     SeriesThumbnailType_Video = 4,