summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorsidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-29 18:13:26 +0000
committersidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-29 18:13:26 +0000
commite7244d88820ab2a18760c14f12c4bdb060d72114 (patch)
treef4ce1cd6be60c8a41a52f0607aa4721238db0f91 /chrome/app
parent83b7bd304b48a7ec5f3532602c810bff6070e3d2 (diff)
downloadchromium_src-e7244d88820ab2a18760c14f12c4bdb060d72114.zip
chromium_src-e7244d88820ab2a18760c14f12c4bdb060d72114.tar.gz
chromium_src-e7244d88820ab2a18760c14f12c4bdb060d72114.tar.bz2
Add option to disable/enable Spell Check. In addition, remove additional code in resource message filter, which was initilaizing spellchecker in the filter if it was NULL. This part of the code is not required since the resource message filter should not initialize spellchecker; it is up to the profile to give the spellchecker to the resource message filter.
Issue = 120 Review URL: http://codereview.chromium.org/7935 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 855bb80..81fbcf7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3080,7 +3080,10 @@ each locale. -->
<message name="IDS_OPTIONS_CHROME_DICTIONARY_LANGUAGE" desc="The documentation string of the 'Spell check dictionary language' preference">
Spell-checker language:
</message>
-
+ <message name="IDS_OPTIONS_ENABLE_SPELLCHECK" desc="The documentation string of the 'Enable spellcheck' option">
+ Enable spellcheck:
+ </message>
+
<message name="IDS_OPTIONS_RESET" desc="The label of the 'Reset all settings to defaults' button">
Reset to defaults
</message>