# HG changeset patch # User Sebastien Jodogne # Date 1507634596 -7200 # Node ID dedc24644cbe34eeb7d1815156dcab9c6f6386dc # Parent 715476b5d671f868c62581d5750c308f9a9f475e note diff -r 715476b5d671 -r dedc24644cbe Plugins/Samples/GdcmDecoder/GdcmImageDecoder.cpp --- 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: