[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:
Valeriy Kamyshniy 2015-01-27 23:54:15 +02:00
parent d56257b81f
commit 2ee2cc81eb

View file

@ -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)
{