# HG changeset patch # User Sebastien Jodogne # Date 1711120201 -3600 # Node ID c1ed80be71380940ddc776a0a896e27966828eb8 # Parent bf8ddc85023ee6c68dca0fbfdc6dc9740f63b0a1# Parent 4cc9e4a54a8937a9f567a3dc9254001d183ad8e7 integration mainline->dicom-sr diff -r bf8ddc85023e -r c1ed80be7138 Applications/Samples/RtViewerPlugin/Plugin.cpp --- a/Applications/Samples/RtViewerPlugin/Plugin.cpp Sat Mar 16 12:06:07 2024 +0100 +++ b/Applications/Samples/RtViewerPlugin/Plugin.cpp Fri Mar 22 16:10:01 2024 +0100 @@ -133,7 +133,7 @@ std::string explorer; Orthanc::EmbeddedResources::GetFileResource( explorer, Orthanc::EmbeddedResources::ORTHANC_EXPLORER); - OrthancPlugins::ExtendOrthancExplorer(PLUGIN_NAME, explorer.c_str()); + OrthancPlugins::ExtendOrthancExplorer(PLUGIN_NAME, explorer); // RtViewer files below. // --------------------- diff -r bf8ddc85023e -r c1ed80be7138 Applications/StoneWebViewer/Plugin/Plugin.cpp --- a/Applications/StoneWebViewer/Plugin/Plugin.cpp Sat Mar 16 12:06:07 2024 +0100 +++ b/Applications/StoneWebViewer/Plugin/Plugin.cpp Fri Mar 22 16:10:01 2024 +0100 @@ -284,7 +284,7 @@ std::string explorer; Orthanc::EmbeddedResources::GetFileResource( explorer, Orthanc::EmbeddedResources::ORTHANC_EXPLORER); - OrthancPlugins::ExtendOrthancExplorer(PLUGIN_NAME, explorer.c_str()); + OrthancPlugins::ExtendOrthancExplorer(PLUGIN_NAME, explorer); OrthancPlugins::RegisterRestCallback (STONE_WEB_VIEWER_ROOT + "/configuration.json", true);