Description: Fix path to the DCMTK dictionaries
Author: Sebastien Jodogne <s.jodogne@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: Orthanc-0.6.0/OrthancServer/DicomProtocol/DicomServer.cpp
===================================================================
--- Orthanc-0.6.0.orig/OrthancServer/DicomProtocol/DicomServer.cpp	2013-07-16 15:13:36.000000000 +0200
+++ Orthanc-0.6.0/OrthancServer/DicomProtocol/DicomServer.cpp	2013-07-17 12:25:44.005680564 +0200
@@ -111,7 +111,8 @@
     LoadEmbeddedDictionary(d, EmbeddedResources::DICTIONARY_PRIVATE);
 
 #elif defined(__linux)
-    std::string path = "/usr/share/dcmtk";
+    //std::string path = "/usr/share/dcmtk";
+    std::string path = "/usr/share/libdcmtk2";
 
     const char* env = std::getenv(DCM_DICT_ENVIRONMENT_VARIABLE);
     if (env != NULL)
