Mercurial > hg > orthanc-stone
changeset 2118:7926c9a09757
added description to plugin
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 16 Mar 2024 10:48:59 +0100 |
parents | 15f11bb8de32 |
children | 11bc8a304038 |
files | Applications/StoneWebViewer/Plugin/Plugin.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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);