diff options
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index d6b9bc70..e87bed56 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -565,8 +565,6 @@ if not CURSES then keys.f1 = {utils.open_webpage, _HOME..'/doc/01_Introduction.html'} keys.sf1 = {utils.open_webpage, _HOME..'/doc/api/index.html'} end --- TODO: {gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--text', _RELEASE, --- '--button1', _L['_OK'], '--no-cancel'} -- Movement commands. if OSX then |