Skip to content

Commit

Permalink
Merge pull request #4398 from markotoplak/save-keyword
Browse files Browse the repository at this point in the history
owsave: add "export" keyword
  • Loading branch information
ajdapretnar authored Feb 5, 2020
2 parents 1c84566 + a9bee72 commit 3c27153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Orange/widgets/data/owsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OWSave(OWSaveBase):
description = "Save data to an output file."
icon = "icons/Save.svg"
category = "Data"
keywords = []
keywords = ["export"]

settings_version = 2

Expand Down
4 changes: 3 additions & 1 deletion doc/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@
"doc": "visual-programming/source/widgets/data/save.md",
"icon": "../Orange/widgets/data/icons/Save.svg",
"background": "#FFD39F",
"keywords": []
"keywords": [
"export"
]
}
]
],
Expand Down

0 comments on commit 3c27153

Please sign in to comment.