diff options
author | John Ankarström <john@ankarstrom.se> | 2023-01-23 01:05:37 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2023-01-23 01:06:58 +0100 |
commit | ab440290c6fd84ca1c9b7240ac9c90147d4660eb (patch) | |
tree | a96a66bdabb8e69cceade174c17faa6a2d768fba /c/main.cpp | |
parent | de4e3d7654bf97cdae844d16c6ff5408698539ea (diff) | |
download | EpisodeBrowser-ab440290c6fd84ca1c9b7240ac9c90147d4660eb.tar.gz |
Add Show In Explorer context menu item.data
Diffstat (limited to 'c/main.cpp')
-rw-r--r-- | c/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.", |