From fa3a843d6102776829491718db1ef2a97297335b Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 Jan 2015 23:54:15 +0200 Subject: [PATCH] =?UTF-8?q?[Summary]=20Adding=20missing=20initialization?= =?UTF-8?q?=20of=20the=20date=20&time=20formats.=20=E2=80=9CInit=20trashes?= =?UTF-8?q?=E2=80=9D=20caused=20a=20bit=20ruined=20logic=20of=20the=20expo?= =?UTF-8?q?rt=20dialog.?= 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(+) 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),