mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Preload font subfolders
This commit is contained in:
+1
-1
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user