From fa3a843d6102776829491718db1ef2a97297335b Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 Jan 2015 23:54:15 +0200 Subject: [Summary] Adding missing initialization of the date &time formats. “Init trashes” caused a bit ruined logic of the export dialog. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/ardour/export_filename.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/export_filename.cc') 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), -- cgit v1.2.3