From a3679c7efce6d20fd035b14ef201b3e89a974946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 23 Apr 2022 13:40:33 +0200 Subject: Add File > Fetch. --- c/main.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/main.c') diff --git a/c/main.c b/c/main.c index eb60249..259a526 100644 --- a/c/main.c +++ b/c/main.c @@ -212,6 +212,14 @@ WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) case IDM_FILE_RESET: ElvSelectRecent(); break; + case IDM_FILE_FETCH: + { + term_t t; + t = T(0); + P("episode_data","fetch_episode_data",0,t); + ElvUpdate(); + break; + } case IDM_FILE_ABOUT: DialogBox( GetModuleHandle(NULL), -- cgit v1.2.3