mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
use program name lower cased for statefile (session file) suffix
This commit is contained in:
parent
979060e8af
commit
01bf5bc7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
|
|
||||||
const char* const template_suffix = X_(".template");
|
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 pending_suffix = X_(".pending");
|
||||||
const char* const peakfile_suffix = X_(".peak");
|
const char* const peakfile_suffix = X_(".peak");
|
||||||
const char* const backup_suffix = X_(".bak");
|
const char* const backup_suffix = X_(".bak");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue