]> Creatis software - crea.git/blobdiff - appli/creaNewProject/creaNewProject.cpp
clean
[crea.git] / appli / creaNewProject / creaNewProject.cpp
index a19b5132a52d9c8f0b96dcc9d05a463b56ab7cd2..350b034dd2fc785a3ca5cf9a5b81c62677fa84b6 100644 (file)
@@ -94,8 +94,8 @@ bool myApp::OnInit( )
                // or, better, new trick :
                // bbCreatePackage nomDirectory nomPackage author Description
    
-//EED          char *author = getenv("USER");
-// JPR         char *author = (char*) (authorWX.mb_str());
+//EED           char *author = getenv("USER");
+// JPR          char *author = (char*) (authorWX.mb_str());
                 std::string author(authorWX.mb_str());
                std::string nomDirectory = crea::wx2std(dir) + "/" + crea::wx2std(name);
                std::string nomPackageDirectory = nomDirectory + "/" + "bbtk_" + crea::wx2std(name) + "_PKG";