aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c8
1 files changed, 8 insertions, 0 deletions
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),