summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-14 00:09:09 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-14 00:09:09 +0100
commitd9338a75602429347e36e5b393728c10cda731b3 (patch)
treea844d223a7e336488d060ce0e026361390c051a2 /src/wx/kdm_output_panel.h
parente97d91c544d95c618fa4cb66db6f3a8ad73a7281 (diff)
Remember the state of the write to/email checkboxes in the KDM creator across runs (#2213).
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 e8515d2c6..1f7373165 100644
--- a/src/wx/kdm_output_panel.h
+++ b/src/wx/kdm_output_panel.h
@@ -60,6 +60,8 @@ public:
private:
void kdm_write_type_changed ();
void advanced_clicked ();
+ void write_to_changed ();
+ void email_changed ();
wxChoice* _type;
NameFormatEditor* _container_name_format;