diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll.rc | 1 | ||||
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 00c87f7..c9322d3 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -136,6 +136,7 @@ BEGIN VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL VK_OEM_PLUS, IDC_ZOOM_PLUS, VIRTKEY, CONTROL, SHIFT VK_ADD, IDC_ZOOM_PLUS, VIRTKEY, CONTROL + "A", IDC_AUTOFILL_DEFAULT, VIRTKEY, CONTROL, SHIFT END IDR_CHROMEFRAME ACCELERATORS diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index ed5bc03..917cb01 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -216,6 +216,7 @@ #define IDC_SHOW_PAGE_MENU 40021 #define IDC_SHOW_EXTENSION_SHELF 40022 #define IDC_MANAGE_EXTENSIONS 40023 +#define IDC_AUTOFILL_DEFAULT 40024 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. |