summaryrefslogtreecommitdiff
path: root/src/wx/content_menu.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-13 00:29:56 +0100
committerCarl Hetherington <cth@carlh.net>2026-01-13 00:35:30 +0100
commitdd0d98fefd7520752a603ff262aae293c50a917c (patch)
tree8b283a7b2ad94fd5324758d21f097972e14d480e /src/wx/content_menu.h
parent501096cb9a14e1722ee3d84ecdbd41f79df6467a (diff)
Add context menu option to verify DCPs from the main DoM (#2054).
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 b09556831..31da5eace 100644
--- a/src/wx/content_menu.h
+++ b/src/wx/content_menu.h
@@ -58,6 +58,7 @@ private:
void properties();
void advanced();
void re_examine();
+ void verify();
void auto_crop();
void copy_settings();
void kdm();
@@ -82,6 +83,7 @@ private:
wxMenuItem* _properties;
wxMenuItem* _advanced;
wxMenuItem* _re_examine;
+ wxMenuItem* _verify;
wxMenuItem* _auto_crop;
wxMenuItem* _copy_settings;
wxMenuItem* _kdm;