use program name lower cased for statefile (session file) suffix

This commit is contained in:
Paul Davis 2014-09-03 18:52:58 -04:00
parent 979060e8af
commit 01bf5bc7e1

View file

@ -24,7 +24,7 @@
namespace ARDOUR {
const char* const template_suffix = X_(".template");
const char* const statefile_suffix = X_(".ardour");
const char* const statefile_suffix = X_("." PROGRAM_NAME_LOWER_CASE);
const char* const pending_suffix = X_(".pending");
const char* const peakfile_suffix = X_(".peak");
const char* const backup_suffix = X_(".bak");