aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-02-27 22:01:14 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-02-27 22:01:14 -0500
commit6a6b7cccbb2fd21bf040729b99e18aa3a98fe8ad (patch)
tree55a6546a89a8c3a44f547349684b5e502f8bedf6 /modules/textadept
parent35a77b009b2577b1e41e00f3b19cedb99597b5de (diff)
Use icon names from the Free Desktop Icon Naming Specification.
Requires latest gtDialog.
Diffstat (limited to 'modules/textadept')
-rw-r--r--modules/textadept/session.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index 9f1cfb8e..db610f73 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.lua
@@ -106,7 +106,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'):iconv('UTF-8', _CHARSET),
- icon = 'gtk-dialog-warning', width = CURSES and ui.size[1] - 2 or nil
+ icon = 'dialog-warning', width = CURSES and ui.size[1] - 2 or nil
}
end
session_file = filename