mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
show presentable path when loading project components
This commit is contained in:
+1
-1
@@ -484,7 +484,7 @@ public class ProjectManagerImpl extends ProjectManagerEx implements NamedJDOMExt
|
||||
final ProgressIndicator indicator = myProgressManager.getProgressIndicator();
|
||||
try {
|
||||
if (indicator != null) {
|
||||
indicator.setText(ProjectBundle.message("loading.components.for", filePath));
|
||||
indicator.setText(ProjectBundle.message("loading.components.for", FileUtil.toSystemDependentName(filePath)));
|
||||
indicator.setIndeterminate(true);
|
||||
}
|
||||
project[0] = doLoadProject(filePath);
|
||||
|
||||
Reference in New Issue
Block a user