diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-26 03:08:01 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-26 03:08:01 +0200 |
commit | a9a74875dbd5340b6f3ea6d8b6f66a04b360b22a (patch) | |
tree | ec7c7b3e627acf4c7d3f7dbb11a121eebe69d7b5 /c/main.cpp | |
parent | b978ba09ca1d0a1c07839c1dfb0b10df2f011795 (diff) | |
download | EpisodeBrowser-a9a74875dbd5340b6f3ea6d8b6f66a04b360b22a.tar.gz |
Remove IDM_FORGET, IDM_LOOKUP.
Diffstat (limited to 'c/main.cpp')
-rw-r--r-- | c/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -322,8 +322,6 @@ LRESULT CALLBACK HandleMsg(const HWND hWnd, const UINT uMsg, const WPARAM wParam /*IDM_WATCH_LOCALLY*/L"Open local copy of episode, if available.", /*IDM_WATCH_ONLINE*/L"Open episode in the web browser.", /*IDM_TOGGLE*/L"Toggle watched/unwatched status.", - /*IDM_FORGET*/L"Reset watched/unwatched status.", - /*IDM_LOOKUP*/L"Fetch episode data from the web, such as date, source and hint.", /*IDM_WIKI*/L"Show Detective Conan Wiki entry for episode.", /*IDM_RATE0*/L"Remove episode rating.", /*IDM_RATE1*/L"Rate episode 1/10.", |