diff --git a/Donators b/Donators index c41720dd..1964142f 100644 --- a/Donators +++ b/Donators @@ -2,6 +2,7 @@ Note: If you don't wish to appear on this list when making a donation, please tell me. 2008: +* Ryan McBride * Brian Clark * Gavin Gilmour * Sivaraj Doddannan diff --git a/content/editor.js b/content/editor.js index 776ff94c..18b0cf72 100644 --- a/content/editor.js +++ b/content/editor.js @@ -227,7 +227,7 @@ liberator.Editor = function () //{{{ // insert mode mappings liberator.mappings.add(modes, - ["", "", "", "", ""], + ["", "", "", ""], "Ignore certain " + liberator.config.hostApplication + " key bindings", function () { /*liberator.beep();*/ });