mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Implement unique IDs and card linking
This commit is contained in:
+5
-5
@@ -15,7 +15,7 @@
|
||||
#include <data/locale.hpp>
|
||||
#include <data/installer.hpp>
|
||||
#include <data/format/formats.hpp>
|
||||
#include <data/font.hpp>
|
||||
#include <data/font.hpp>
|
||||
#include <cli/cli_main.hpp>
|
||||
#include <cli/text_io_handler.hpp>
|
||||
#include <gui/welcome_window.hpp>
|
||||
@@ -81,13 +81,13 @@ void nag_about_ascii_version() {
|
||||
|
||||
int MSE::OnRun() {
|
||||
try {
|
||||
#ifdef __WXMSW__
|
||||
#ifdef __WXMSW__
|
||||
SetAppName(_("Magic Set Editor"));
|
||||
#else
|
||||
#else
|
||||
// Platform friendly appname
|
||||
SetAppName(_("magicseteditor"));
|
||||
#endif
|
||||
Font::PreloadResourceFonts(true);
|
||||
#endif
|
||||
Font::PreloadResourceFonts(true);
|
||||
wxInitAllImageHandlers();
|
||||
wxFileSystem::AddHandler(new wxInternetFSHandler); // needed for update checker
|
||||
wxSocketBase::Initialize();
|
||||
|
||||
Reference in New Issue
Block a user