mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Font name can now be scripted
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@291 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -676,7 +676,7 @@ void ApprenticeExportWindow::onOk(wxCommandEvent& ev) {
|
||||
if (set->apprentice_code != new_set_code) {
|
||||
// changed something in the set
|
||||
set->apprentice_code = new_set_code;
|
||||
//%%set->actions.atSavePoint = false; // tell the user he needs to save
|
||||
//set->actions.atSavePoint = false; // TODO: tell the user he needs to save
|
||||
}
|
||||
// Check if apprentice exists
|
||||
if (!wxFileExists(settings.apprentice_location + _("\\appr.exe"))) {
|
||||
|
||||
Reference in New Issue
Block a user