aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-03-07 21:10:52 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-03-07 21:10:52 -0500
commit72ec8e4a945870235ea4dde6ae3f32b216bbe8c4 (patch)
treefade5d8aea4cefc76b3d6461e62ceca13b543fe8 /modules/textadept
parent4c9381f46024868ac565e19dd4730865484a384a (diff)
downloadtextadept-72ec8e4a945870235ea4dde6ae3f32b216bbe8c4.tar.gz
textadept-72ec8e4a945870235ea4dde6ae3f32b216bbe8c4.zip
Updated "About" dialog; modules/textadept/menu.lua
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/menu.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 7c481f4b..6cc6d447 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -215,7 +215,8 @@ M.menubar = {
SEPARATOR,
{_L['_About'],
{gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--text', _RELEASE,
- '--button1', _L['_OK'], '--no-cancel'}},
+ '--informative-text', 'Copyright © 2007-2013 Mitchell. See LICENSE\n'..
+ 'http://foicica.com/textadept', '--button1', _L['_OK'], '--no-cancel'}},
},
}