aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-02-26 23:29:29 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-02-26 23:29:29 -0500
commitda1784e604f4683665aec54b2dc42dbbdbd98c3b (patch)
tree43dab3cb5f9f00a6ddcaf8ade09efa96f9df9fdb /modules/textadept/find.lua
parent31b82a923889c134dfaa1cb6b6fd1e2e9aab8257 (diff)
downloadtextadept-da1784e604f4683665aec54b2dc42dbbdbd98c3b.tar.gz
textadept-da1784e604f4683665aec54b2dc42dbbdbd98c3b.zip
Removed useless gui.dialog() options for fileopen/filesave.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r--modules/textadept/find.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index 74ac9739..2bd8f4cf 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -100,8 +100,6 @@ function find.find_in_files(utf8_dir)
if not utf8_dir then
utf8_dir = gui.dialog('fileselect',
'--title', _L['Find in Files'],
- '--button1', _L['_Open'],
- '--button2', _L['_Cancel'],
'--select-only-directories',
'--with-directory',
(buffer.filename or ''):match('^.+[/\\]') or '',