no message

This commit is contained in:
2024-10-11 00:00:30 +03:00
parent a11b7711f7
commit f317ab1aa1
341 changed files with 1866 additions and 1688 deletions

View File

@@ -1,6 +1,6 @@
package Visual_DVM_2021.Passes.All;
import Common.Current_;
import Common.Utils.CommonUtils;
import Common.Utils.Utils_;
import _VisualDVM.Current;
import _VisualDVM.Global;
import _VisualDVM.Visual.UI;
@@ -20,7 +20,7 @@ public class CloseCurrentProject extends Pass<db_project_info> {
}
@Override
public Icon getTabIcon() {
return CommonUtils.getIcon("/icons/Close_18.png");
return Utils_.getIcon("/icons/Close_18.png");
}
@Override
protected boolean canStart(Object... args) throws Exception {
@@ -40,7 +40,7 @@ public class CloseCurrentProject extends Pass<db_project_info> {
Global.files_multiselection = false;
//--
Current.getSapfor().ResetAllAnalyses();
Current.getSapfor().cd(CommonUtils.getHomeDirectory());
Current.getSapfor().cd(Utils_.getHomeDirectory());
Current_.set(Current.Project, null);
Current_.set(Current.File, null);
Current_.set(Current.Function, null);