diff options
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') |