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