fix build error

This commit is contained in:
Vadim Lopatin 2015-01-22 16:18:12 +03:00
parent 0ddf2fa508
commit 0b3440500a
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ class Platform {
if (!_uiLanguage)
uiLanguage = "en";
if (!_themeId)
themeId = "theme_default";
uiTheme = "theme_default";
}
protected string[] _resourceDirs;