mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Compatibility updates step 1.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@815 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+2
-2
@@ -174,8 +174,8 @@ int MSE::OnRun() {
|
||||
}
|
||||
wxFileName fn(path);
|
||||
// export
|
||||
ExportCardImages export;
|
||||
export.export(set, fn, out, CONFLICT_NUMBER_OVERWRITE);
|
||||
ExportCardImages exporter;
|
||||
exporter.exportImages(set, fn, out, CONFLICT_NUMBER_OVERWRITE);
|
||||
return EXIT_SUCCESS;
|
||||
} else {
|
||||
handle_error(_("Invalid command line argument:\n") + String(argv[1]));
|
||||
|
||||
Reference in New Issue
Block a user