mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
[Summary] Adding missing initialization of the date &time formats. “Init trashes” caused a bit ruined logic of the export dialog.
This commit is contained in:
parent
d56257b81f
commit
2ee2cc81eb
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ ExportFilename::ExportFilename (Session & session) :
|
||||||
include_timespan (true), // Include timespan name always
|
include_timespan (true), // Include timespan name always
|
||||||
include_time (false),
|
include_time (false),
|
||||||
include_date (false),
|
include_date (false),
|
||||||
|
date_format (D_None),
|
||||||
|
time_format (T_None),
|
||||||
session (session),
|
session (session),
|
||||||
revision (1)
|
revision (1)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue