diff options
Diffstat (limited to 'modules')
-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 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'}}, }, } |