summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_dll.rc1
-rw-r--r--chrome/app/chrome_dll_resource.h3
-rw-r--r--chrome/app/generated_resources.grd8
3 files changed, 10 insertions, 2 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index e9355a9..8e4d9dd 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -57,6 +57,7 @@ BEGIN
VK_F11, IDC_FULLSCREEN, VIRTKEY
VK_F1, IDC_HELP_PAGE, VIRTKEY
"J", IDC_DEV_TOOLS, VIRTKEY, CONTROL, SHIFT
+ "C", IDC_DEV_TOOLS_CONSOLE, VIRTKEY, CONTROL, SHIFT
"N", IDC_NEW_INCOGNITO_WINDOW, VIRTKEY, CONTROL, SHIFT
"T", IDC_NEW_TAB, VIRTKEY, CONTROL
"N", IDC_NEW_WINDOW, VIRTKEY, CONTROL
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index 40c50c1..4aee050 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -186,7 +186,8 @@
#define IDC_OPEN_FILE 40000
#define IDC_CREATE_SHORTCUTS 40001
#define IDC_DEVELOPER_MENU 40002
-#define IDC_DEV_TOOLS 40004
+#define IDC_DEV_TOOLS 40003
+#define IDC_DEV_TOOLS_CONSOLE 40004
#define IDC_TASK_MANAGER 40005
#define IDC_SELECT_PROFILE 40006
#define IDC_NEW_PROFILE 40007
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 84d56ad..87efd5b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -874,7 +874,10 @@ each locale. -->
&Report bug or broken website...
</message>
<message name="IDS_DEV_TOOLS" desc="The text label of the Developer Tools menu item">
- &amp;Developer Tools
+ &amp;Developer tools
+ </message>
+ <message name="IDS_DEV_TOOLS_CONSOLE" desc="The text label of the JavaScript console menu item">
+ &amp;JavaScript console
</message>
<message name="IDS_TASK_MANAGER" desc="The text label of the Task Manager menu item">
&amp;Task manager
@@ -899,6 +902,9 @@ each locale. -->
<message name="IDS_DEV_TOOLS" desc="In Title Case: The text label of the Developer Tools menu item">
&amp;Developer Tools
</message>
+ <message name="IDS_DEV_TOOLS_CONSOLE" desc="In Title Case: The text label of the JavaScript console menu item">
+ &amp;JavaScript Console
+ </message>
<message name="IDS_TASK_MANAGER" desc="In Title Case: The text label of the Task Manager menu item">
&amp;Task Manager
</message>