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/find.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/find.lua')
-rw-r--r-- | modules/textadept/find.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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') |