summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 09:41:33 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-22 09:41:33 +0000
commitc630f16c1db3184ba7fe485f4d96730c425394e2 (patch)
tree1ba928e755a0de6c3fbced28e2b2b87fdd4538b8 /chrome/app
parent1163ae0ebb052a816429295a092996a4980cdb33 (diff)
downloadchromium_src-c630f16c1db3184ba7fe485f4d96730c425394e2.zip
chromium_src-c630f16c1db3184ba7fe485f4d96730c425394e2.tar.gz
chromium_src-c630f16c1db3184ba7fe485f4d96730c425394e2.tar.bz2
DevTools: Rename JavaScript console action into Developer Tools.
Review URL: http://codereview.chromium.org/155914 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_dll.rc2
-rw-r--r--chrome/app/chrome_dll_resource.h2
-rw-r--r--chrome/app/generated_resources.grd18
3 files changed, 4 insertions, 18 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index f7c7657..42beeba 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -53,7 +53,7 @@ BEGIN
VK_BACK, IDC_FORWARD, VIRTKEY, SHIFT
VK_F11, IDC_FULLSCREEN, VIRTKEY
VK_F1, IDC_HELP_PAGE, VIRTKEY
- "J", IDC_JS_CONSOLE, VIRTKEY, CONTROL, SHIFT
+ "J", IDC_DEV_TOOLS, 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 7e49536..1434b53 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -157,7 +157,7 @@
#define IDC_OPEN_FILE 40000
#define IDC_CREATE_SHORTCUTS 40001
#define IDC_DEVELOPER_MENU 40002
-#define IDC_JS_CONSOLE 40004
+#define IDC_DEV_TOOLS 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 d929b0f..cd60d42 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -626,14 +626,11 @@ each locale. -->
<message name="IDS_VIEW_SOURCE" desc="The text label of the View Page Source menu item">
View s&amp;ource
</message>
- <message name="IDS_DEBUGGER" desc="The text label of the JavaScript debugger menu item">
- Debug JavaScript
- </message>
<message name="IDS_REPORT_BUG" desc="The text label of the Report Bug menu item">
&amp;Report bug or broken website...
</message>
- <message name="IDS_JS_CONSOLE" desc="The text the menu to show the JS console">
- &amp;JavaScript console
+ <message name="IDS_DEV_TOOLS" desc="The text label of the Developer Tools menu item">
+ &amp;Developer Tools
</message>
<message name="IDS_TASK_MANAGER" desc="The text label of the Task Manager menu item">
&amp;Task manager
@@ -3739,17 +3736,6 @@ each locale. -->
Remember my choice for all links of this type.
</message>
- <!-- Debugger -->
- <message name="IDS_DEBUGGER_TITLE_BUSY" desc="V8 Debugger title bar displayed when busy (a command is running)">
- JavaScript Debugger - Busy
- </message>
- <message name="IDS_DEBUGGER_TITLE_BREAK" desc="V8 Debugger title bar displayed when ready and stopped at a breakpoint">
- JavaScript Debugger - Break
- </message>
- <message name="IDS_DEBUGGER_TITLE_RUNNING" desc="V8 Debugger title bar displayed when ready and the page is running">
- JavaScript Debugger - Running
- </message>
-
<!-- Shortcut Modifiers -->
<message name="IDS_CONTROL_MODIFIER" desc="Control key shortcut modifier">
Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>