summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-31 00:11:05 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-01 01:54:38 +0100
commit85e5b7b41caa195510454ac49e0c5732c8e04ddf (patch)
treea06f616698ad7e11053d92babc89729bd88d241a /src/wx/kdm_output_panel.h
parent4532fecad4bad945482fbcf2d61eef708178835c (diff)
Remove name documentation with short screens.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
-rw-r--r--src/wx/kdm_output_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h
index 848b15722..b555162dd 100644
--- a/src/wx/kdm_output_panel.h
+++ b/src/wx/kdm_output_panel.h
@@ -78,7 +78,7 @@ public:
protected:
void create_destination_widgets(wxWindow* parent);
void create_details_widgets(wxWindow* parent);
- void create_name_format_widgets(wxWindow* parent);
+ void create_name_format_widgets(wxWindow* parent, bool detailed);
KDMChoice* _type;
wxTextCtrl* _annotation_text;