Skip to content
Snippets Groups Projects
Commit 2f65ede4 authored by gambas's avatar gambas
Browse files

Project properties dialog: Fix incorrect property name.

[DEVELOPMENT ENVIRONMENT]
* BUG: Project properties dialog: Fix incorrect property name.
parent fb8f99ea
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ Private Function DoApply() As Boolean ...@@ -251,7 +251,7 @@ Private Function DoApply() As Boolean
Project.DeleteCompiledFiles() Project.DeleteCompiledFiles()
Endif Endif
.Localize = cmbTranslate.Index = 0 .Localize = cmbTranslate.Index = 0
.Language = Language.FromName(cmbDefaultLanguage.Text) .DefaultLanguage = Language.FromName(cmbDefaultLanguage.Text)
.Type = cmbType.Index .Type = cmbType.Index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment