# HG changeset patch # User Sebastien Jodogne # Date 1710582539 -3600 # Node ID 7926c9a097574fa61e1115b012145262bacf11ef # Parent 15f11bb8de329ddcca420f7740977c0c0115d811 added description to plugin diff -r 15f11bb8de32 -r 7926c9a09757 Applications/StoneWebViewer/Plugin/Plugin.cpp --- 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);