diff options
author | John Ankarström <john@ankarstrom.se> | 2022-08-24 14:07:49 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-08-24 14:07:49 +0200 |
commit | 982ff70193bca89facf898dad9f78fbaf6408219 (patch) | |
tree | 1a7a1cbc1ab1fd15ef321fe20717ffdb28ef754e /c/resource.h | |
parent | 4f26641099410779089851009b1e5945a3613f9c (diff) | |
download | EpisodeBrowser-982ff70193bca89facf898dad9f78fbaf6408219.tar.gz |
Add File > Fetch > Cancel Fetch menu item.
Diffstat (limited to 'c/resource.h')
-rw-r--r-- | c/resource.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 |