diff --git a/app/src/gambas3/.src/Project/Patch/FPatch.class b/app/src/gambas3/.src/Project/Patch/FPatch.class index d8244bafb..3b8325d50 100644 --- a/app/src/gambas3/.src/Project/Patch/FPatch.class +++ b/app/src/gambas3/.src/Project/Patch/FPatch.class @@ -166,11 +166,6 @@ Public Sub txtPath_Click() If Dialog.OpenFile() Then Return - If Not Project.IsTextFile(Dialog.Path) Then - Message.Warning(("That file does not look like a patch file!")) - Return - Endif - Project.Config["/FPatch/LastPatch"] = Dialog.Path txtPath.Text = Dialog.Path