changeset 2428:dedc24644cbe

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 13:23:16 +0200
parents 715476b5d671
children fe90b3ec9d4a
files Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp	Tue Oct 10 13:00:20 2017 +0200
+++ b/Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp	Tue Oct 10 13:23:16 2017 +0200
@@ -203,7 +203,7 @@
 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 3, 1)
           return OrthancPluginPixelFormat_RGB48;
 #else
-          throw std::runtime_error("RGB48 pixel format is only supported by Orthanc >= 1.3.1");
+          throw std::runtime_error("RGB48 pixel format is only supported if compiled against Orthanc SDK >= 1.3.1");
 #endif
           
         default: