diff Applications/StoneWebViewer/Plugin/Plugin.cpp @ 2118:7926c9a09757

added description to plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Mar 2024 10:48:59 +0100
parents c23eef785569
children 11bc8a304038
line wrap: on
line diff
--- a/Applications/StoneWebViewer/Plugin/Plugin.cpp	Sat Mar 09 09:59:35 2024 +0100
+++ b/Applications/StoneWebViewer/Plugin/Plugin.cpp	Sat Mar 16 10:48:59 2024 +0100
@@ -279,6 +279,8 @@
 
     try
     {
+      OrthancPluginSetDescription(OrthancPlugins::GetGlobalContext(), "Stone Web viewer");
+
       std::string explorer;
       Orthanc::EmbeddedResources::GetFileResource(
         explorer, Orthanc::EmbeddedResources::ORTHANC_EXPLORER);