mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
fix rename
This commit is contained in:
parent
4d945592dd
commit
247276b223
1 changed files with 1 additions and 2 deletions
|
@ -505,8 +505,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
path = QFileDialog.getSaveFileName(self, _("Rename Deck"),
|
||||
dir,
|
||||
_("Deck files (*.anki)"),
|
||||
None,
|
||||
QFileDialog.DontConfirmOverwrite)
|
||||
options=QFileDialog.DontConfirmOverwrite)
|
||||
path = unicode(path)
|
||||
if not path:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue