diff Applications/Samples/RtViewerPlugin/Plugin.cpp @ 1896:b3c08e607d9f

simplified signature of DicomStructureSet::ProjectStructure()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jan 2022 17:19:37 +0100
parents a2955abe4c2e
children 07964689cb0b
line wrap: on
line diff
--- a/Applications/Samples/RtViewerPlugin/Plugin.cpp	Wed Jan 19 14:51:55 2022 +0100
+++ b/Applications/Samples/RtViewerPlugin/Plugin.cpp	Wed Jan 26 17:19:37 2022 +0100
@@ -41,7 +41,7 @@
       {
         throw Orthanc::OrthancException(
           Orthanc::ErrorCode_InternalError,
-          "The Stone MPR RT viewer requires the Web Viewer plugin to be installed");
+          "The Stone MPR RT viewer requires the Orthanc Web Viewer plugin to be installed");
       }
     }
   }