aboutsummaryrefslogtreecommitdiffstats
path: root/chapters.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chapters.lua')
-rw-r--r--chapters.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters.lua b/chapters.lua
index a3f65f6..cbd0837 100644
--- a/chapters.lua
+++ b/chapters.lua
@@ -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