X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmGlobal.cxx;h=7ae08b6e0a16ed5277aad44ba21e2a28c9188dcc;hb=a2055ff51e4f51a1b7b6c9ee9a803d3b3a8602a8;hp=ef16d2b9a9488d328c10205b4c600b57d86f3432;hpb=3a702dfe676a781f4ca773e0559d07694353fdd6;p=gdcm.git diff --git a/src/gdcmGlobal.cxx b/src/gdcmGlobal.cxx index ef16d2b9..7ae08b6e 100644 --- a/src/gdcmGlobal.cxx +++ b/src/gdcmGlobal.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmGlobal.cxx,v $ Language: C++ - Date: $Date: 2007/07/04 15:38:53 $ - Version: $Revision: 1.36 $ + Date: $Date: 2007/09/17 12:20:01 $ + Version: $Revision: 1.37 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,7 +37,7 @@ namespace GDCM_NAME_SPACE const std::string GDCM_UNKNOWN = "GDCM::Unknown"; const std::string GDCM_UNFOUND = "GDCM::Unfound"; -const std::string GDCM_BINLOADED = "GDCM::Binary data loaded"; +const std::string GDCM_BINLOADED = "GDCM::Binary data"; const std::string GDCM_NOTLOADED = "GDCM::NotLoaded"; const std::string GDCM_UNREAD = "GDCM::UnRead"; const std::string GDCM_NOTASCII = "GDCM::NotAscii";