aboutsummaryrefslogtreecommitdiff
path: root/core/file_io.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-12 13:49:18 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-12 13:49:18 -0400
commitd2ccaca2aa99dcf4124b0f4c68a876737aa26537 (patch)
tree3f14b1acb1436f5df066b5a28b3c63269216d675 /core/file_io.lua
parent7043d8ef2abdc024c813496736145763a0550a59 (diff)
downloadtextadept-d2ccaca2aa99dcf4124b0f4c68a876737aa26537.tar.gz
textadept-d2ccaca2aa99dcf4124b0f4c68a876737aa26537.zip
textadept.dialog doesn't support '--text' for 'fileselect'.
CocoaDialog supports this, but gcocoadialog is used now.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index 4634f8f6..d37caf1d 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -151,7 +151,6 @@ function open(utf8_filenames)
utf8_filenames or
textadept.dialog('fileselect',
'--title', locale.IO_OPEN_TITLE,
- '--text', locale.IO_OPEN_TEXT,
'--select-multiple',
'--with-directory',
(buffer.filename or ''):match('.+[/\\]') or '')