From: Carl Hetherington Date: Sun, 26 Dec 2021 01:34:05 +0000 (+0100) Subject: Tweak content menu ordering. X-Git-Tag: v2.16.10~25 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=6200c0491e5e9f3cb5fde3a302845d8af9244478;ds=sidebyside Tweak content menu ordering. --- diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 3b49a85cc..ea455df95 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -87,9 +87,9 @@ ContentMenu::ContentMenu (wxWindow* p) _repeat = _menu->Append (ID_repeat, _("Repeat...")); _join = _menu->Append (ID_join, _("Join")); _find_missing = _menu->Append (ID_find_missing, _("Find missing...")); + _re_examine = _menu->Append (ID_re_examine, _("Re-examine...")); _properties = _menu->Append (ID_properties, _("Properties...")); _advanced = _menu->Append (ID_advanced, _("Advanced settings...")); - _re_examine = _menu->Append (ID_re_examine, _("Re-examine...")); _menu->AppendSeparator (); _kdm = _menu->Append (ID_kdm, _("Add KDM...")); _ov = _menu->Append (ID_ov, _("Add OV..."));