diff options
Diffstat (limited to 'modules/textadept/session.lua')
-rw-r--r-- | modules/textadept/session.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |