summaryrefslogtreecommitdiff
path: root/src/wx/short_kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-29 01:58:15 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-01 01:54:38 +0100
commitaa8bb7b6f6fe2eed323e6f4f978a76a9a067c545 (patch)
treec5aff258a338112877f5bd17a5ee8263c19cf5e1 /src/wx/short_kdm_output_panel.h
parent52e7269c9d8dd9e7fcf68ba126eb4ce0a593cf76 (diff)
Separate KDM output options yet further.
Trying here to get them to fit vertically in 768 pixels.
Diffstat (limited to 'src/wx/short_kdm_output_panel.h')
-rw-r--r--src/wx/short_kdm_output_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/short_kdm_output_panel.h b/src/wx/short_kdm_output_panel.h
index eed2950e0..3f328d0c3 100644
--- a/src/wx/short_kdm_output_panel.h
+++ b/src/wx/short_kdm_output_panel.h
@@ -34,5 +34,6 @@ public:
private:
void fill_destination_panel(wxPanel* panel);
void fill_details_panel(wxPanel* panel);
+ void fill_name_formats_panel(wxPanel* panel);
};