[DEVELOPMENT ENVIRONMENT]
* BUG: Do not use the main window for displaying error when a project cannot be opened. git-svn-id: svn://localhost/gambas/trunk@2407 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
c42af51b8d
commit
66cc0094a3
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ Public Function Open(sDir As String, Optional bInAnotherWindow As Boolean) As Bo
|
|||
Catch
|
||||
|
||||
If Error.Text Then
|
||||
FGambas.Error(("Cannot open project file :\n") & sDir & "\n\n" & Error.Text & "\n" & Error.Where)
|
||||
Message.Error(("Cannot open project file :\n") & sDir & "\n\n" & Error.Text & "\n" & Error.Where)
|
||||
Endif
|
||||
|
||||
_CANCEL:
|
||||
|
|
Loading…
Reference in a new issue