[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:
parent
fbc194a849
commit
648e9402f5
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue