no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.UI;
|
||||
import Common_old.Utils.Utils;
|
||||
@@ -22,7 +23,7 @@ public class DeleteVersion extends Pass_2021<db_project_info> {
|
||||
if (((target = Current.getVersion()) != null) && (!Current.hasUI() ||
|
||||
UI.Warning("Удалить " +
|
||||
((Current.HasProject() && target.Home.equals(Current.getProject().Home)) ? "текущий проект" : "версию ")
|
||||
+ Utils.Brackets(target.name)))) {
|
||||
+ CommonUtils.Brackets(target.name)))) {
|
||||
current = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user