summaryrefslogtreecommitdiff
path: root/src/ui/mediaui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mediaui.c')
-rw-r--r--src/ui/mediaui.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/mediaui.c b/src/ui/mediaui.c
index ab88c94a..f0070688 100644
--- a/src/ui/mediaui.c
+++ b/src/ui/mediaui.c
@@ -269,6 +269,12 @@ iBool processEvent_DownloadUI(iDownloadUI *d, const SDL_Event *ev) {
269 0, 269 0,
270 format_CStr("!reveal path:%s", cstr_String(path)) }, 270 format_CStr("!reveal path:%s", cstr_String(path)) },
271#endif 271#endif
272#if defined (iPlatformLinux)
273 { "${menu.reveal.filemgr}",
274 0,
275 0,
276 format_CStr("!reveal path:%s", cstr_String(path)) },
277#endif
272 { "---" }, 278 { "---" },
273 /* Generic items */ 279 /* Generic items */
274 { "${menu.downloads}", 0, 0, "downloads.open newtab:1" }, 280 { "${menu.downloads}", 0, 0, "downloads.open newtab:1" },