aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-19 00:06:21 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-19 00:06:21 -0400
commit1c7d3ce42012b9bc28949354ac4a0fcb1924e539 (patch)
tree4c65b5cab83f199ce82fb986be3dd41ba5ccd5aa /modules/textadept
parente9c5d08f58abb0485f6e471e0f215c758e4cb2b7 (diff)
downloadtextadept-1c7d3ce42012b9bc28949354ac4a0fcb1924e539.tar.gz
textadept-1c7d3ce42012b9bc28949354ac4a0fcb1924e539.zip
Added icon to About dialog; modules/textadept/menu.lua
Requires gtdialog r56.
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 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'}},
},
}