From baf6fa9fea441c34ebb967f710266b162287919a Mon Sep 17 00:00:00 2001 From: garret Date: Wed, 11 Aug 2021 21:47:12 +0100 Subject: fix incorrect wildcards caused by incorrect documentation --- chapters.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2