diff options
Diffstat (limited to 'c/resource.h')
-rw-r--r-- | c/resource.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/c/resource.h b/c/resource.h index 8cf2230..3bf23b0 100644 --- a/c/resource.h +++ b/c/resource.h @@ -17,9 +17,8 @@ /* Resources, timers, menus. */ #define IDR_STATUS 0x0100 -#define IDR_TIMER 0x0101 -#define IDR_MENU 0x0102 -#define IDR_POPUPMENU 0x0103 +#define IDR_MENU 0x0101 +#define IDR_POPUPMENU 0x0102 /* Dialogs, controls, child windows. */ #define IDD_ABOUT 0x0200 |