aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/gui.lua')
-rw-r--r--core/gui.lua1
1 files changed, 1 insertions, 0 deletions
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'