add compiler directives

add compiler directives
This commit is contained in:
GenevensiS
2025-12-30 01:12:55 +01:00
parent 910a754d43
commit 436c437189
356 changed files with 367 additions and 368 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//+----------------------------------------------------------------------------+
//| Description: Magic Set Editor - Program to make Magic (tm) cards |
//| Description: Magic Set Editor - Program to make card games |
//| Copyright: (C) Twan van Laarhoven and the other MSE developers |
//| License: GNU General Public License 2 or later (see file COPYING) |
//+----------------------------------------------------------------------------+
@@ -616,7 +616,7 @@ ApprenticeExportWindow::ApprenticeExportWindow(Window* parent, const SetP& set)
, set(set)
, step_begin(0), step_end(0)
{
if (!set->game->isMagic()) throw Error(_("Can only export Magic sets to Apprentice"));
if (!set->game->isMagic()) throw Error(_("Can only export magic sets to Apprentice"));
// create controls
apprentice = new wxTextCtrl(this, wxID_ANY);