diff options
Diffstat (limited to 'c/resource.h')
-rw-r--r-- | c/resource.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/c/resource.h b/c/resource.h index a7c3d28..f816463 100644 --- a/c/resource.h +++ b/c/resource.h @@ -11,15 +11,16 @@ #define ID_FILE_REFRESH 402 #define ID_FILE_RESET 403 #define ID_FILE_ABOUT 411 -#define ID_WATCH 421 -#define ID_TOGGLE 422 -#define ID_FORGET 423 -#define ID_LOOKUP 424 -#define ID_RATE5 425 -#define ID_RATE4 426 -#define ID_RATE3 427 -#define ID_RATE2 428 -#define ID_RATE1 429 -#define ID_RATE0 430 +#define ID_VIEW_WATCHED 421 +#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 #endif |