Skip to content

Commit

Permalink
Merge pull request #334 from chasets/owpreprocess_filter_open_any
Browse files Browse the repository at this point in the history
owpreprocess: Add choice in FilteringModule for All Files (*)
  • Loading branch information
kernc authored Jan 28, 2018
2 parents 2c3089f + 46568cf commit a85b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/widgets/owpreprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class FilteringModule(MultipleMethodModule):
REGEXP = 2
FREQUENCY = 3
KEEP_N = 4
dlgFormats = 'Only text files (*.txt)'
dlgFormats = 'Only text files (*.txt);;All files (*)'

stopwords_language = settings.Setting('English')

Expand Down

0 comments on commit a85b4f7

Please sign in to comment.