This commit is contained in:
@@ -384,8 +384,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
if (progress.KeepGoing)
|
if (progress.KeepGoing)
|
||||||
{
|
{
|
||||||
progress.Append("Export completed");
|
|
||||||
progress.Op("");
|
|
||||||
goto End;
|
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.Append("Log and help links saved in v8 Memo to SuperUser account (Home->Memos)");
|
||||||
progress.FinishedImport();
|
progress.FinishedImport();
|
||||||
|
|
||||||
|
progress.Append("Export completed");
|
||||||
|
progress.Op("");
|
||||||
|
progress.SubOp("");
|
||||||
|
|
||||||
//-----------------------------------
|
//-----------------------------------
|
||||||
//endof method
|
//endof method
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user