This commit is contained in:
2021-08-19 18:55:31 +00:00
parent 68ab3bfdf0
commit 5a4b01f15a

View File

@@ -384,8 +384,7 @@ namespace AyaNova.PlugIn.V8
if (progress.KeepGoing)
{
progress.Append("Export completed");
progress.Op("");
goto End;
}
@@ -417,6 +416,10 @@ namespace AyaNova.PlugIn.V8
progress.Append("Log and help links saved in v8 Memo to SuperUser account (Home->Memos)");
progress.FinishedImport();
progress.Append("Export completed");
progress.Op("");
progress.SubOp("");
//-----------------------------------
//endof method
}