diff options
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index a720c68..7b70101 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -75,7 +75,8 @@ #define IDC_DUPLICATE_TAB 34027 #define IDC_RESTORE_TAB 34028 #define IDC_SHOW_AS_TAB 34029 -#define IDC_EXIT 34030 +#define IDC_FULLSCREEN 34030 +#define IDC_EXIT 34031 // Page-related commands #define IDC_STAR 35000 |