diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-04 21:26:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-04 21:26:18 +0000 |
| commit | 9ccaee9ed18688b3862b8b7fb7e73b69e71568e3 (patch) | |
| tree | ccea84223b46ae1bb8dfc9d362d2d6e8ace52d0a /src/wx/kdm_output_panel.h | |
| parent | e21611dbada74946fcdb037386f0e58fad8fc97e (diff) | |
Set up a default KDM write mode and preselect the last used one when re-opening the KDM window (#1137).
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index cb6f9a1ca..b2f428252 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -51,6 +51,8 @@ public: ); private: + void kdm_write_type_changed (); + wxChoice* _type; NameFormatEditor* _container_name_format; NameFormatEditor* _filename_format; |
