summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-07-11 18:51:23 +0200
committerandi <andi@splitbrain.org>2005-07-11 18:51:23 +0200
commitef2e08dd27550e7ac04b8e5329d7577a6da5e152 (patch)
tree243d9f313660201372e32874e0d284701591f018 /lib
parent210a54be3f48a25697c3bdf259ffe94af4b65cf8 (diff)
downloadrpg-ef2e08dd27550e7ac04b8e5329d7577a6da5e152.tar.gz
rpg-ef2e08dd27550e7ac04b8e5329d7577a6da5e152.tar.bz2
changed spellcheck access key to k #448
darcs-hash:20050711165123-9977f-bc1f4603c919b7d838e78f3c28989b2c6fdabfb5.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/scripts/spellcheck.js2
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;
}
}