# HG changeset patch # User Sebastien Jodogne # Date 1711119951 -3600 # Node ID a63247d459178bb7b20716911de1d0c7476ab233 # Parent fae02fc69b46bf7fcdc81c741559fd27151a098b simplification diff -r fae02fc69b46 -r a63247d45917 Sources/Plugin.cpp --- a/Sources/Plugin.cpp Fri Mar 22 15:30:54 2024 +0100 +++ b/Sources/Plugin.cpp Fri Mar 22 16:05:51 2024 +0100 @@ -940,7 +940,7 @@ dictionary["USE_DICOM_WEB"] = (dataSource_ == DataSource_DicomWeb ? "true" : "false"); explorer = Orthanc::Toolbox::SubstituteVariables(explorer, dictionary); - OrthancPlugins::ExtendOrthancExplorer(ORTHANC_PLUGIN_NAME, explorer.c_str()); + OrthancPlugins::ExtendOrthancExplorer(ORTHANC_PLUGIN_NAME, explorer); } } catch (Orthanc::OrthancException& e)