From 85add87933a1cb5a47049b87fbb224448385afae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 7 Apr 2022 10:25:50 +0200 Subject: Add status bar. --- c/resource.h | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'c/resource.h') diff --git a/c/resource.h b/c/resource.h index b60432a..c251144 100644 --- a/c/resource.h +++ b/c/resource.h @@ -1,27 +1,28 @@ #ifndef RESOURCE_H #define RESOURCE_H +#define ID_STATUS 11 #define IDR_MENU 101 #define IDR_POPUPMENU 102 #define IDD_ABOUT 201 #define IDC_ABOUTTEXT 301 #define IDC_EPISODELISTVIEW 302 #define IDC_DATALISTVIEW 303 -#define ID_FILE_EXIT 401 -#define ID_FILE_REFRESH 402 -#define ID_FILE_RESET 403 -#define ID_FILE_ABOUT 411 -#define ID_VIEW_WATCHED 421 -#define ID_VIEW_TV_ORIGINAL 422 -#define ID_WATCH 501 -#define ID_TOGGLE 502 -#define ID_FORGET 503 -#define ID_LOOKUP 504 -#define ID_RATE5 525 -#define ID_RATE4 526 -#define ID_RATE3 527 -#define ID_RATE2 528 -#define ID_RATE1 529 -#define ID_RATE0 530 +#define IDM_FILE_EXIT 401 +#define IDM_FILE_REFRESH 402 +#define IDM_FILE_RESET 403 +#define IDM_FILE_ABOUT 411 +#define IDM_VIEW_WATCHED 421 +#define IDM_VIEW_TV_ORIGINAL 422 +#define IDM_WATCH 501 +#define IDM_TOGGLE 502 +#define IDM_FORGET 503 +#define IDM_LOOKUP 504 +#define IDM_RATE5 525 +#define IDM_RATE4 526 +#define IDM_RATE3 527 +#define IDM_RATE2 528 +#define IDM_RATE1 529 +#define IDM_RATE0 530 #endif -- cgit v1.2.3