mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
use class suffix as write information
This commit is contained in:
parent
f701be65a2
commit
4ac66cd534
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ void MixerSnapshot::write(const string dir)
|
|||
return;
|
||||
}
|
||||
|
||||
string path = Glib::build_filename(dir, label + template_suffix);
|
||||
string path = Glib::build_filename(dir, label + suffix);
|
||||
|
||||
XMLNode* node = new XMLNode("MixerSnapshot");
|
||||
node->set_property(X_("flags"), _flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue