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/find.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/find.lua') diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index c9d67ade..5b0adae8 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -270,6 +270,7 @@ local function run(code) '--title', _L['Error'], '--text', _L['An error occured:'], '--informative-text', val:gsub('"', '\\"'), + '--icon', 'gtk-dialog-error', '--button1', _L['_OK'], '--button2', _L['_Cancel'], '--no-cancel') -- cgit v1.2.3