diff ViewerPlugin/Plugin.cpp @ 8:62adabb8c122

Provide "--version" in command-line tools
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Oct 2016 16:53:54 +0200
parents 77b76c1a213f
children 7a88c614be04
line wrap: on
line diff
--- a/ViewerPlugin/Plugin.cpp	Wed Oct 26 15:42:52 2016 +0200
+++ b/ViewerPlugin/Plugin.cpp	Wed Oct 26 16:53:54 2016 +0200
@@ -352,7 +352,7 @@
     sprintf(info, "The whole-slide imaging plugin will use at most %d threads to transcode the tiles", threads);
     OrthancPluginLogWarning(context_, info);
 
-    OrthancPluginSetDescription(context, "Plugin to serve whole-slide microscopic images from Orthanc.");
+    OrthancPluginSetDescription(context, "Provides a Web viewer of whole-slide microscopic images within Orthanc.");
 
     orthanc_.reset(new OrthancWSI::PluginOrthancConnection(context));
     cache_.reset(new OrthancWSI::DicomPyramidCache(*orthanc_));