restore ability to create TOC and CUE files during export. this is an option in a...
[ardour.git] / libs / ardour / utils.cc
index cc02386bf455af5261f68ac8878feaf5d0a667e1..1c52a6f6384e49141186c2a5369f01b6ec12fb78 100644 (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*