diff options
Diffstat (limited to 'core/file_io.lua')
-rw-r--r-- | core/file_io.lua | 1 |
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 '') |