[DEVELOPMENT ENVIRONMENT]

* BUG: FPatch: Allow binary patches to be applied



git-svn-id: svn://localhost/gambas/trunk@6319 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Tobias Boege 2014-06-15 12:21:10 +00:00
parent fbc194a849
commit 648e9402f5

View file

@ -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