From d2ccaca2aa99dcf4124b0f4c68a876737aa26537 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 12 Jul 2009 13:49:18 -0400 Subject: textadept.dialog doesn't support '--text' for 'fileselect'. CocoaDialog supports this, but gcocoadialog is used now. --- core/file_io.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/file_io.lua') 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 '') -- cgit v1.2.3