]> Creatis software - crea.git/commitdiff
clean
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Jun 2011 18:32:21 +0000 (18:32 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 15 Jun 2011 18:32:21 +0000 (18:32 +0000)
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";