mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix typo
This commit is contained in:
parent
afd563d7b7
commit
159aef9680
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def show_file_open_dialog(parent=None, title=None):
|
|||
f1.set_name(_("All files"))
|
||||
f1.add_pattern("*")
|
||||
chooser.add_filter(f1)
|
||||
chooser.set_select_multiple(true)
|
||||
chooser.set_select_multiple(True)
|
||||
|
||||
chooser.set_icon_from_file(common.get_pixmap("deluge32.png"))
|
||||
chooser.set_property("skip-taskbar-hint", True)
|
||||
|
|
Loading…
Add table
Reference in a new issue