diff options
author | 2009-07-12 13:49:18 -0400 | |
---|---|---|
committer | 2009-07-12 13:49:18 -0400 | |
commit | d2ccaca2aa99dcf4124b0f4c68a876737aa26537 (patch) | |
tree | 3f14b1acb1436f5df066b5a28b3c63269216d675 /core/ext | |
parent | 7043d8ef2abdc024c813496736145763a0550a59 (diff) | |
download | textadept-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/ext')
-rw-r--r-- | core/ext/find.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ext/find.lua b/core/ext/find.lua index 1f3dfa99..950d5aa7 100644 --- a/core/ext/find.lua +++ b/core/ext/find.lua @@ -81,7 +81,6 @@ local function find_(text, next, flags, nowrap, wrapped) local utf8_dir = textadept.dialog('fileselect', '--title', locale.FIND_IN_FILES_TITLE, - '--text', locale.FIND_IN_FILES_TEXT, '--select-only-directories', '--with-directory', (buffer.filename or ''):match('^.+[/\\]') or '', |