From 72ec8e4a945870235ea4dde6ae3f32b216bbe8c4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 7 Mar 2013 21:10:52 -0500 Subject: Updated "About" dialog; modules/textadept/menu.lua --- modules/textadept/menu.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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'}}, }, } -- cgit v1.2.3