From da1784e604f4683665aec54b2dc42dbbdbd98c3b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 26 Feb 2013 23:29:29 -0500 Subject: Removed useless gui.dialog() options for fileopen/filesave. --- modules/textadept/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/keys.lua') 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 -- cgit v1.2.3