diff options
Diffstat (limited to 'src/ui/certlistwidget.c')
-rw-r--r-- | src/ui/certlistwidget.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/certlistwidget.c b/src/ui/certlistwidget.c index 5a1c481b..2a7562d8 100644 --- a/src/ui/certlistwidget.c +++ b/src/ui/certlistwidget.c | |||
@@ -107,6 +107,9 @@ static void updateContextMenu_CertListWidget_(iCertListWidget *d) { | |||
107 | #if defined (iPlatformAppleDesktop) | 107 | #if defined (iPlatformAppleDesktop) |
108 | { magnifyingGlass_Icon " ${menu.reveal.macos}", 0, 0, "ident.reveal" }, | 108 | { magnifyingGlass_Icon " ${menu.reveal.macos}", 0, 0, "ident.reveal" }, |
109 | #endif | 109 | #endif |
110 | #if defined (iPlatformLinux) | ||
111 | { magnifyingGlass_Icon " ${menu.reveal.filemgr}", 0, 0, "ident.reveal" }, | ||
112 | #endif | ||
110 | { export_Icon " ${ident.export}", 0, 0, "ident.export" }, | 113 | { export_Icon " ${ident.export}", 0, 0, "ident.export" }, |
111 | { "---", 0, 0, NULL }, | 114 | { "---", 0, 0, NULL }, |
112 | { delete_Icon " " uiTextCaution_ColorEscape "${ident.delete}", 0, 0, "ident.delete confirm:1" }, | 115 | { delete_Icon " " uiTextCaution_ColorEscape "${ident.delete}", 0, 0, "ident.delete confirm:1" }, |