diff options
author | 2013-04-25 09:40:09 -0400 | |
---|---|---|
committer | 2013-04-25 09:40:09 -0400 | |
commit | 247e88c5ef3fd0ffd1d7df51c6be5e1c8ed5ba21 (patch) | |
tree | b75ed4f9ab82b6d20db1f2bb3e02070c1015504b /modules/textadept/session.lua | |
parent | 02a014c3d865ce5a426d2fd0f69c801b7f5a0fc0 (diff) | |
download | textadept-247e88c5ef3fd0ffd1d7df51c6be5e1c8ed5ba21.tar.gz textadept-247e88c5ef3fd0ffd1d7df51c6be5e1c8ed5ba21.zip |
Added icons to msgbox dialogs.
Requires gtdialog r56.
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 |