fix incorrect wildcards

caused by incorrect documentation
This commit is contained in:
garret 2021-08-11 21:47:12 +01:00
parent 3c90e77dc7
commit baf6fa9fea
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function get_sane_path()
end
function get_user_path(default_dir)
local path = aegisub.dialog.save("Save Chapter File", default_dir, "chapters.xml", "XML files (.xml)|.xml|All Files (.)|.", false)
local path = aegisub.dialog.save("Save Chapter File", default_dir, "chapters.xml", "XML files|*.xml|All Files|*", false)
return path
end