From 247e88c5ef3fd0ffd1d7df51c6be5e1c8ed5ba21 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 25 Apr 2013 09:40:09 -0400 Subject: Added icons to msgbox dialogs. Requires gtdialog r56. --- modules/textadept/session.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/session.lua') diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 5ac2f50f..e6a9063e 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -112,6 +112,7 @@ function M.load(filename) '--title', _L['Session Files Not Found'], '--text', _L['The following session files were not found'], '--informative-text', table.concat(not_found, '\n'), + '--icon', 'gtk-dialog-warning', '--button1', _L['_OK']) end return true -- cgit v1.2.3