diff options
author | andi <andi@splitbrain.org> | 2005-07-11 18:51:23 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-07-11 18:51:23 +0200 |
commit | ef2e08dd27550e7ac04b8e5329d7577a6da5e152 (patch) | |
tree | 243d9f313660201372e32874e0d284701591f018 | |
parent | 210a54be3f48a25697c3bdf259ffe94af4b65cf8 (diff) | |
download | rpg-ef2e08dd27550e7ac04b8e5329d7577a6da5e152.tar.gz rpg-ef2e08dd27550e7ac04b8e5329d7577a6da5e152.tar.bz2 |
changed spellcheck access key to k #448
darcs-hash:20050711165123-9977f-bc1f4603c919b7d838e78f3c28989b2c6fdabfb5.gz
-rw-r--r-- | lib/scripts/spellcheck.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/spellcheck.js b/lib/scripts/spellcheck.js index 9c33f12c8..e86c079df 100644 --- a/lib/scripts/spellcheck.js +++ b/lib/scripts/spellcheck.js @@ -217,7 +217,7 @@ function ajax_spell_class(){ ajax_spell.actionObj.innerHTML = spellButton("spellwait.gif",ajax_spell.txtRun,"",""); break; default: - ajax_spell.actionObj.innerHTML = spellButton("spellcheck.png",ajax_spell.txtStart,"ajax_spell.run()","c"); + ajax_spell.actionObj.innerHTML = spellButton("spellcheck.png",ajax_spell.txtStart,"ajax_spell.run()","k"); break; } } |