From 736b3a068ba5a402b541d32f270669e6e1a4e5c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 29 Jul 2016 09:57:58 +0100 Subject: Allow configuration of KDM filename format. --- src/wx/kdm_dialog.cc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/wx/kdm_dialog.cc') diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 7f3f4b07b..ee164518a 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -161,3 +161,17 @@ KDMDialog::formulation () const { return _output->formulation (); } + +KDMNameFormat +KDMDialog::name_format () const +{ + return _output->name_format (); +} + +int +KDMDialog::ShowModal () +{ + int const r = wxDialog::ShowModal (); + _output->save_kdm_name_format (); + return r; +} -- cgit v1.2.3