mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
+1
-1
@@ -87,7 +87,7 @@ int MSE::OnRun() {
|
||||
// Platform friendly appname
|
||||
SetAppName(_("magicseteditor"));
|
||||
#endif
|
||||
Font::PreloadResourceFonts(_("Magic - Fonts"), false);
|
||||
Font::PreloadResourceFonts(_("Magic - Fonts"), true);
|
||||
wxInitAllImageHandlers();
|
||||
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
|
||||
wxSocketBase::Initialize();
|
||||
|
||||
Reference in New Issue
Block a user