]> Creatis software - creaImageIO.git/commitdiff
*** empty log message ***
authorFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Thu, 24 Sep 2009 13:49:13 +0000 (13:49 +0000)
committerFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Thu, 24 Sep 2009 13:49:13 +0000 (13:49 +0000)
src2/creaImageIOGimmick.cpp

index 7a545567f5ce225cff29dc955992248155e52a9f..738256c0f477a27e5b864d5083c80e01212e37b2 100644 (file)
@@ -60,7 +60,7 @@ namespace creaImageIO
 
        std::string dbpath = GetLocalDatabasePath();
     // Create or open local database
-       std::string dpath= mCurrentDirectory + "/.gimmick/Shared/gimmick/localdatabase_Descriptor.scp";
+       std::string dpath= mCurrentDirectory + "/.gimmick/Shared/gimmick/localdatabase_Descriptor.dscp";
        boost::algorithm::replace_all( dpath,
                                       INVALID_FILE_SEPARATOR , 
                                       VALID_FILE_SEPARATOR);
@@ -224,7 +224,7 @@ namespace creaImageIO
        boost::filesystem::create_directory( setDir );
        setDir+="gimmick/";
        boost::filesystem::create_directory( setDir );
-       setDir+="localdatabase_Descriptor.txt";
+       setDir+="localdatabase_Descriptor.dscp";
 
        if(!boost::filesystem::is_regular(setDir))
        {