From ef2e08dd27550e7ac04b8e5329d7577a6da5e152 Mon Sep 17 00:00:00 2001
From: andi <andi@splitbrain.org>
Date: Mon, 11 Jul 2005 18:51:23 +0200
Subject: [PATCH] changed spellcheck access key to k #448

darcs-hash:20050711165123-9977f-bc1f4603c919b7d838e78f3c28989b2c6fdabfb5.gz
---
 lib/scripts/spellcheck.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
     }
   }
-- 
GitLab