Skip to content

Commit e50b8a8

Browse files
committed
Fixed issue #40
1 parent 5f242bc commit e50b8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APKToolGUI/Handlers/DecodeControlEventHandlers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal void button_DECODE_BrowseInputAppPath_Click(object sender, EventArgs e)
5454
{
5555
using (OpenFileDialog ofd = new OpenFileDialog())
5656
{
57-
ofd.Filter = "Android Package (*.apk;*.xapk;*.zip*.apkm;*.apks)|*.apk;*.xapk;*.zip*.apkm;*.apks";
57+
ofd.Filter = "Android Package (*.apk, *.xapk, *.zip, *.apkm, *.apks)|*.apk;*.xapk;*.zip;*.apkm;*.apks";
5858

5959
if (ofd.ShowDialog() == DialogResult.OK)
6060
{

0 commit comments

Comments
 (0)