From 39234f2ac41adcbb3379170ae82d807d71c8fb26 Mon Sep 17 00:00:00 2001 From: klugier Date: Thu, 19 Nov 2020 01:39:16 +0000 Subject: [PATCH] Ide: app name is set in the main function (TheIDE). git-svn-id: svn://ultimatepp.org/upp/trunk@15449 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/ide/main.cpp b/uppsrc/ide/main.cpp index 45eb3fc33..e123a025a 100644 --- a/uppsrc/ide/main.cpp +++ b/uppsrc/ide/main.cpp @@ -132,6 +132,7 @@ void AppMain___() Ctrl::SetUHDEnabled(); Ctrl::SetDarkThemeEnabled(); + Ctrl::SetAppName("TheIDE"); SetLanguage(LNG_ENGLISH); SetDefaultCharset(CHARSET_UTF8);