summaryrefslogtreecommitdiff
path: root/libs/ardour/export_filename.cc
diff options
context:
space:
mode:
authorValeriy Kamyshniy <vkamyshniy@wavesglobal.com>2015-01-27 23:54:15 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:12 -0400
commitfa3a843d6102776829491718db1ef2a97297335b (patch)
tree550d81d39cbdef204774d643322bc44d9da378a5 /libs/ardour/export_filename.cc
parent67d42d9b280315b76dcc32ffb96d6457eee15586 (diff)
[Summary] Adding missing initialization of the date &time formats. “Init trashes” caused a bit ruined logic of the export dialog.
Diffstat (limited to 'libs/ardour/export_filename.cc')
-rw-r--r--libs/ardour/export_filename.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/export_filename.cc b/libs/ardour/export_filename.cc
index 945af25dee..ef4fbea02b 100644
--- a/libs/ardour/export_filename.cc
+++ b/libs/ardour/export_filename.cc
@@ -55,6 +55,8 @@ ExportFilename::ExportFilename (Session & session) :
include_timespan (true), // Include timespan name always
include_time (false),
include_date (false),
+ date_format (D_None),
+ time_format (T_None),
session (session),
revision (1),
date_format (D_None),