aboutsummaryrefslogtreecommitdiff
path: root/c/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/resource.h')
-rw-r--r--c/resource.h33
1 files changed, 17 insertions, 16 deletions
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