[DEVELOPMENT ENVIRONMENT]

* BUG: Createing a project from a template having no icon now works correctly.


git-svn-id: svn://localhost/gambas/trunk@7761 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2016-05-05 00:55:39 +00:00
parent 84edd41c8a
commit 94f00ad8b7

View file

@ -94,7 +94,7 @@ Private Sub CreateProject() As Boolean
Project.CopyProject($sTemplate, sDir)
Shell "rm -rf " & Shell$(sDir &/ ".lang") Wait
Kill sDir &/ "icon.png"
Try Kill sDir &/ "icon.png"
sTemp = Temp$()
@ -218,7 +218,7 @@ Public Sub wizProject_Close()
If CreateProject() Then Return
Message(("The project has been successfully created."))
'Message(("The project has been successfully created."))
InAnotherWindow = chkOther.Value