diff options
Diffstat (limited to 'src/wx/kdm_dialog.cc')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |
