minor tweaks (could not find app icon, and CMakeInstall directives)

This commit is contained in:
2011-04-19 14:37:32 +02:00
parent 57d283ad48
commit b0d6d5baa6
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -272,6 +272,7 @@ bool Cmd_Exec (const std::vector<std::string> args) {
}
exec_file.close();
LogDebug ("exec success for file %s", full_path.c_str());
return true;
}