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. --- core/gui.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/gui.lua') diff --git a/core/gui.lua b/core/gui.lua index 1d0a782b..6cfa35c6 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -432,6 +432,7 @@ events_connect(events.QUIT, function() '--text', _L['The following buffers are unsaved:'], '--informative-text', table.concat(list, '\n'), + '--icon', 'gtk-dialog-question', '--button1', _L['_Cancel'], '--button2', _L['Quit _without saving'], '--no-newline') == '2' -- cgit v1.2.3