From ab440290c6fd84ca1c9b7240ac9c90147d4660eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 23 Jan 2023 01:05:37 +0100 Subject: Add Show In Explorer context menu item. --- c/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'c/main.cpp') diff --git a/c/main.cpp b/c/main.cpp index 3219bd7..0ebfc0b 100644 --- a/c/main.cpp +++ b/c/main.cpp @@ -351,6 +351,7 @@ LRESULT CALLBACK Window::WndProc(const HWND hWnd, const UINT uMsg, const WPARAM const wchar_t* vTipCtx[] = { /*IDM_WATCH_LOCALLY*/L"Open local copy of episode, if available.", /*IDM_WATCH_ONLINE*/L"Open episode in the web browser.", + /*IDM_SHOW_IN_EXPLORER*/L"Show episode in Explorer.", /*IDM_TOGGLE*/L"Toggle watched/unwatched status.", /*IDM_WIKI*/L"Show Detective Conan Wiki entry for episode.", /*IDM_RATE0*/L"Remove episode rating.", -- cgit v1.2.3