restore ability to create TOC and CUE files during export. this is an option in a given export format, not a per-export choice. so you need export formats with them set (or not) in order to utilize this choice. the resulting CUE/TOC files have not been checked with a burner (e.g. cdrdao) and testing of them would be appreciated - i (paul) have no CD burner h/w

git-svn-id: svn://localhost/ardour2/branches/3.0@11266 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-01-18 21:56:06 +00:00
parent 577469a06a
commit 65c8d673a2
9 changed files with 99 additions and 10 deletions

View file

@ -643,7 +643,8 @@ string_is_affirmative (const std::string& str)
* in the way we desire when doing it in C.
*/
return str == "1" || str == "y" || str == "Y" || (!g_strncasecmp(str.c_str(), "yes", str.length()));
return str == "1" || str == "y" || str == "Y" || (!g_strncasecmp(str.c_str(), "yes", str.length())) ||
(!g_strncasecmp(str.c_str(), "true", str.length()));
}
const char*