]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLibrary.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLibrary.cpp
index cfd04119528f70e3dc72830a3b09bc68f6e45e6c..66f8ee45b5c822aa9647dc3c6e5ef82ea0fa006f 100644 (file)
@@ -49,7 +49,7 @@ modelCDMLibrary::modelCDMLibrary(const std::string& path, const int& level)
   //TODO::fix for windows
   delimiters = "/";
   CDMUtilities::splitter::split(words, path, delimiters, CDMUtilities::splitter::no_empties);
-  this->name = words[words.size()-1];
+  this->name = this->nameLibrary = words[words.size()-1];
 
   this->path = path;
   this->type = wxDIR_DIRS;