переименование опции. v++

This commit is contained in:
2024-07-31 22:34:04 +03:00
parent 5057db453f
commit 80e3537fb0
4 changed files with 5 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ public class SapforTransformation extends SapforPass {
db_project_info.ResetNewVersions();
target.createEmptyVersion(getVersionLetter(), getVersionDescription());
//уже добавлена. отображена и выбрана!
UI.Info("+");
}
@Override
@@ -53,6 +54,7 @@ public class SapforTransformation extends SapforPass {
target.last_version.Home.getAbsolutePath(),
Options
);
UI.Info("++");
}
@Override
protected void performDone() throws Exception {