diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 18:53:58 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 18:53:58 +0000 |
commit | 9b9444f4cf28ac5ddb5ec78a240da2603b5b78f2 (patch) | |
tree | 6bd26a1a36e30ef933cf9caebaea85a08265b0a8 /app | |
parent | 45b716bad166240f969e9fca2aeb10c6ca5afbce (diff) | |
download | chromium_src-9b9444f4cf28ac5ddb5ec78a240da2603b5b78f2.zip chromium_src-9b9444f4cf28ac5ddb5ec78a240da2603b5b78f2.tar.gz chromium_src-9b9444f4cf28ac5ddb5ec78a240da2603b5b78f2.tar.bz2 |
Implementing context menu for the new views textfield.
BUG=none
TEST=right click on the new textfield should show the context menu and all commands on the menu should work.
Review URL: http://codereview.chromium.org/6155011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/resources/app_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/resources/app_strings.grd b/app/resources/app_strings.grd index 827d815..9ecd388 100644 --- a/app/resources/app_strings.grd +++ b/app/resources/app_strings.grd @@ -263,6 +263,9 @@ need to be translated for each locale.--> <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item"> &Paste </message> + <message name="IDS_APP_DELETE" desc="The text label of the Delete menu item"> + &Delete + </message> <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item"> Select &all </message> |