--- a/controls/LogViewer.py Tue Aug 09 09:33:26 2022 +0200
+++ b/controls/LogViewer.py Wed Aug 10 16:44:58 2022 +0200
@@ -706,7 +706,7 @@
- menu_entry = menu.Append(help='', id=wx.ID_ANY, kind=wx.ITEM_NORMAL, text=_("Copy"))
+ menu_entry = menu.Append(wx.ID_ANY, _("Copy")) self.Bind(wx.EVT_MENU, self.GetCopyMessageToClipboardFunction(message), menu_entry)
self.MessagePanel.PopupMenu(menu)