From 648e9402f515fc58348fbdab5c4e4187004350ef Mon Sep 17 00:00:00 2001 From: Tobias Boege Date: Sun, 15 Jun 2014 12:21:10 +0000 Subject: [PATCH] [DEVELOPMENT ENVIRONMENT] * BUG: FPatch: Allow binary patches to be applied git-svn-id: svn://localhost/gambas/trunk@6319 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- app/src/gambas3/.src/Project/Patch/FPatch.class | 5 ----- 1 file changed, 5 deletions(-) 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