From da1784e604f4683665aec54b2dc42dbbdbd98c3b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 26 Feb 2013 23:29:29 -0500 Subject: Removed useless gui.dialog() options for fileopen/filesave. --- modules/textadept/snapopen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/snapopen.lua') diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua index c8e5ff86..04e60002 100644 --- a/modules/textadept/snapopen.lua +++ b/modules/textadept/snapopen.lua @@ -133,7 +133,7 @@ function M.open(utf8_paths, filter, exclude_FILTER, depth) if #list >= M.MAX then gui.dialog('ok-msgbox', '--title', _L['File Limit Exceeded'], - '--informative-text', + '--text', string.format('%d %s %d', M.MAX, _L['files or more were found. Showing the first'], M.MAX), -- cgit v1.2.3