Merge pull request #39 from G-e-n-e-v-e-n-s-i-S/version-number-2-5-8

Preload font subfolders
This commit is contained in:
GenevensiS
2025-05-15 02:47:28 +02:00
committed by GitHub
+1 -1
View File
@@ -87,7 +87,7 @@ int MSE::OnRun() {
// Platform friendly appname // Platform friendly appname
SetAppName(_("magicseteditor")); SetAppName(_("magicseteditor"));
#endif #endif
Font::PreloadResourceFonts(_("Magic - Fonts"), false); Font::PreloadResourceFonts(_("Magic - Fonts"), true);
wxInitAllImageHandlers(); wxInitAllImageHandlers();
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
wxSocketBase::Initialize(); wxSocketBase::Initialize();