summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-04 21:26:18 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-04 21:26:18 +0000
commit9ccaee9ed18688b3862b8b7fb7e73b69e71568e3 (patch)
treeccea84223b46ae1bb8dfc9d362d2d6e8ace52d0a /src/wx/kdm_output_panel.h
parente21611dbada74946fcdb037386f0e58fad8fc97e (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.h2
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;