summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorsidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-01 21:08:11 +0000
committersidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-01 21:08:11 +0000
commitc5f9f1854f1cac2a4e7c459e86bc46a44365f7cf (patch)
treecdcd7a41d9fe730b0f704d153bdbf47b51a7c09c /chrome/app
parent8bbe7efe110336916c819fdc7f5566afa3a97495 (diff)
downloadchromium_src-c5f9f1854f1cac2a4e7c459e86bc46a44365f7cf.zip
chromium_src-c5f9f1854f1cac2a4e7c459e86bc46a44365f7cf.tar.gz
chromium_src-c5f9f1854f1cac2a4e7c459e86bc46a44365f7cf.tar.bz2
Add a new submenu in the context menu for a text box. This submenu displays some spell check languages that Chrome supports, derived from the accept languages list and the current spell check language. The spell check language which is currently set is shown to be selected. The user can click on some other spell check language, and it will become effective immediately (this part of the code was addressed in a previous CL, and has been checked in).
Review URL: http://codereview.chromium.org/12614 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_dll_resource.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h
index b9af6d6..e26b47c 100644
--- a/chrome/app/chrome_dll_resource.h
+++ b/chrome/app/chrome_dll_resource.h
@@ -150,6 +150,10 @@
// Free space 32947 - 32950
#define IDR_CRASHED_PLUGIN 32951
#define IDC_SHOW_BOOKMARK_MANAGER 32952
+#define IDC_SHOW_SPELLCHECKER_SUBMENU 32953
+// Reserve space for 100 Spell Check languages - currently we have 30.
+#define IDC_SPELLCHECKER_LANGUAGE_FIRST 32954
+#define IDC_SPELLCHECKER_LANGUAGE_LAST 33054
// Next default values for new objects
//