mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
save users who like to suffix snapshot names some typing.
This commit is contained in:
parent
be3d8bc3d0
commit
74e4081ef4
1 changed files with 3 additions and 1 deletions
|
|
@ -2507,7 +2507,9 @@ ARDOUR_UI::snapshot_session (bool switch_to_it)
|
|||
prompter.set_prompt (_("Name of new snapshot"));
|
||||
}
|
||||
|
||||
if (!switch_to_it) {
|
||||
if (switch_to_it) {
|
||||
prompter.set_initial_text (_session->snap_name());
|
||||
} else {
|
||||
char timebuf[128];
|
||||
time_t n;
|
||||
struct tm local_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue