]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.cxx
* Add Command and CommandManager to have possible callback
[gdcm.git] / src / gdcmDictSet.cxx
index 524f0f98e76db7330d05815aa8bf882070327d97..63c03594624853c48d638dff83d64a0e4e1783ee 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictSet.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/25 14:52:34 $
-  Version:   $Revision: 1.72 $
+  Date:      $Date: 2005/11/28 15:20:33 $
+  Version:   $Revision: 1.73 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -131,7 +131,7 @@ std::string DictSet::BuildDictPath()
    if (envPath && (strlen(envPath) != 0)) 
    {
       resultPath = envPath;
-      gdcmWarningMacro( "Dictionary path set from environnement");
+      gdcmStaticWarningMacro( "Dictionary path set from environnement");
    } 
    else
    {