mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
save-as: default to current session name.
this allows to easily add suffixes or otherwise tweak the current session-name.
This commit is contained in:
parent
8c728411db
commit
a9163e9208
3 changed files with 10 additions and 2 deletions
|
|
@ -157,6 +157,13 @@ SaveAsDialog::clear_name ()
|
|||
set_response_sensitive (RESPONSE_OK, false);
|
||||
}
|
||||
|
||||
void
|
||||
SaveAsDialog::set_name (std::string name)
|
||||
{
|
||||
new_name_entry.set_text (name);
|
||||
name_entry_changed ();
|
||||
}
|
||||
|
||||
bool
|
||||
SaveAsDialog::include_media () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue