no message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user