mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-29 22:32:38 -06:00
Ide: app name is set in the main function (TheIDE).
git-svn-id: svn://ultimatepp.org/upp/trunk@15449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ae881ce24d
commit
39234f2ac4
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ void AppMain___()
|
|||
|
||||
Ctrl::SetUHDEnabled();
|
||||
Ctrl::SetDarkThemeEnabled();
|
||||
Ctrl::SetAppName("TheIDE");
|
||||
|
||||
SetLanguage(LNG_ENGLISH);
|
||||
SetDefaultCharset(CHARSET_UTF8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue