[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:
parent
84edd41c8a
commit
94f00ad8b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue