From 1c7d3ce42012b9bc28949354ac4a0fcb1924e539 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 19 Apr 2013 00:06:21 -0400 Subject: Added icon to About dialog; modules/textadept/menu.lua Requires gtdialog r56. --- 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 583b3f46..4416a17c 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -216,7 +216,8 @@ M.menubar = { {_L['_About'], {gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--text', _RELEASE, '--informative-text', 'Copyright © 2007-2013 Mitchell. See LICENSE\n'.. - 'http://foicica.com/textadept', '--button1', _L['_OK'], '--no-cancel'}}, + 'http://foicica.com/textadept', '--button1', _L['_OK'], '--no-cancel', + '--icon-file', _HOME..'/core/images/ta_64x64.png'}}, }, } -- cgit v1.2.3