Fix open folder

This commit is contained in:
Andrew Resch 2008-05-12 13:05:01 +00:00
parent e70a09b6e4
commit 4ae8faa3ef
1 changed files with 2 additions and 2 deletions

View File

@ -744,7 +744,7 @@ window, please enter your password"))
if not common.windows_check():
file_manager = "xdg-open"
else:
file_namager = "explorer.exe"
file_manager = "explorer.exe"
common.exec_command(file_manager, torrent_path)
except KeyError: