diff options
author | 2013-03-07 21:10:52 -0500 | |
---|---|---|
committer | 2013-03-07 21:10:52 -0500 | |
commit | 72ec8e4a945870235ea4dde6ae3f32b216bbe8c4 (patch) | |
tree | fade5d8aea4cefc76b3d6461e62ceca13b543fe8 /modules/textadept | |
parent | 4c9381f46024868ac565e19dd4730865484a384a (diff) | |
download | textadept-72ec8e4a945870235ea4dde6ae3f32b216bbe8c4.tar.gz textadept-72ec8e4a945870235ea4dde6ae3f32b216bbe8c4.zip |
Updated "About" dialog; modules/textadept/menu.lua
Diffstat (limited to 'modules/textadept')
-rw-r--r-- | modules/textadept/menu.lua | 3 |
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'}}, }, } |