summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-09 00:41:04 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-09 00:41:04 +0200
commit41ec2d96e2012ebb766b6dd0c65f80be61584bfb (patch)
tree92695ff1e604861cc7675e7d1ce91fa8557750cb /src/wx/content_menu.h
parent1e3a30a38e96e69e7de8d6932a0ade5a9a4f5f59 (diff)
Add option to copy content settings from another project (#2808).
Diffstat (limited to 'src/wx/content_menu.h')
-rw-r--r--src/wx/content_menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_menu.h b/src/wx/content_menu.h
index 2f3250284..e7f095390 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -58,6 +58,7 @@ private:
void advanced ();
void re_examine ();
void auto_crop ();
+ void copy_settings();
void kdm ();
void ov ();
void set_dcp_settings ();
@@ -81,6 +82,7 @@ private:
wxMenuItem* _advanced;
wxMenuItem* _re_examine;
wxMenuItem* _auto_crop;
+ wxMenuItem* _copy_settings;
wxMenuItem* _kdm;
wxMenuItem* _ov;
wxMenuItem* _choose_cpl;