mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
rename Font to FontRef
for consistency with SymbolFontRef
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ int MSE::OnRun() {
|
||||
// Platform friendly appname
|
||||
SetAppName(_("magicseteditor"));
|
||||
#endif
|
||||
Font::PreloadResourceFonts(true);
|
||||
FontRef::PreloadResourceFonts(true);
|
||||
wxInitAllImageHandlers();
|
||||
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
|
||||
wxSocketBase::Initialize();
|
||||
|
||||
Reference in New Issue
Block a user