diff options
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index c28f1ca1..2951c2b3 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -564,8 +564,8 @@ if not NCURSES 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', '--informative-text', --- _RELEASE, '--button1', _L['_OK'], '--no-cancel'} +-- TODO: {gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--text', _RELEASE, +-- '--button1', _L['_OK'], '--no-cancel'} -- Movement commands. if OSX then |