aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-02-26 23:29:29 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-02-26 23:29:29 -0500
commitda1784e604f4683665aec54b2dc42dbbdbd98c3b (patch)
tree43dab3cb5f9f00a6ddcaf8ade09efa96f9df9fdb /modules/textadept/keys.lua
parent31b82a923889c134dfaa1cb6b6fd1e2e9aab8257 (diff)
downloadtextadept-da1784e604f4683665aec54b2dc42dbbdbd98c3b.tar.gz
textadept-da1784e604f4683665aec54b2dc42dbbdbd98c3b.zip
Removed useless gui.dialog() options for fileopen/filesave.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua4
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