From 982ff70193bca89facf898dad9f78fbaf6408219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 24 Aug 2022 14:07:49 +0200 Subject: Add File > Fetch > Cancel Fetch menu item. --- c/resource.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'c/resource.h') diff --git a/c/resource.h b/c/resource.h index 3bf23b0..50490bc 100644 --- a/c/resource.h +++ b/c/resource.h @@ -31,10 +31,11 @@ #define IDM_FILE_REFRESH 0x0301 #define IDM_FILE_FETCH_DATA 0x0302 #define IDM_FILE_FETCH_SCREENWRITERS 0x0303 -#define IDM_FILE_ABOUT 0x0304 -#define IDM_VIEW_WATCHED 0x0305 -#define IDM_VIEW_TV_ORIGINAL 0x0306 -#define IDM_VIEW_OTHERS 0x0307 +#define IDM_FILE_FETCH_CANCEL 0x0304 +#define IDM_FILE_ABOUT 0x0305 +#define IDM_VIEW_WATCHED 0x0306 +#define IDM_VIEW_TV_ORIGINAL 0x0307 +#define IDM_VIEW_OTHERS 0x0308 /* Context menu items. */ #define IDM_WATCH_LOCALLY 0x0400 -- cgit v1.2.3