X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FmodelCDMAppli.cpp;fp=lib%2FcreaDevManagerLib%2FmodelCDMAppli.cpp;h=79c17eafec0302892d9884928b5babfc94b3299c;hb=d8222afd6508f39bd37426842667de2e431cca4a;hp=d370a17d0caa4491c55fb0657517604ee480978f;hpb=036496dbec6fb28a616b9fa5b4d5b80f72fb040f;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMAppli.cpp b/lib/creaDevManagerLib/modelCDMAppli.cpp index d370a17..79c17ea 100644 --- a/lib/creaDevManagerLib/modelCDMAppli.cpp +++ b/lib/creaDevManagerLib/modelCDMAppli.cpp @@ -93,7 +93,7 @@ modelCDMApplication* modelCDMAppli::CreateApplication( const std::string& path ) { - //copy template library folder with new name + //copy template application folder with new name //TODO: fix for windows std::string copyCommand = "cp -r " + this->path + "/template_appli " + this->path + "/" + name; if(system(copyCommand.c_str()))