Skip to content

Commit f3e34f4

Browse files
authored
Merge pull request #42 from unv-unv/master
Replacing withTitleValue → withTitle
2 parents 3a90c35 + 3cc82a6 commit f3e34f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-impl/src/main/java/com/jetbrains/python/impl/sdk/PythonSdkType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public boolean isFileVisible(VirtualFile file, boolean showHiddenFiles) {
254254
}
255255
return super.isFileVisible(file, showHiddenFiles);
256256
}
257-
}.withTitleValue(PyLocalize.sdkSelectPath()).withShowHiddenFiles(Platform.current().os().isUnix());
257+
}.withTitle(PyLocalize.sdkSelectPath()).withShowHiddenFiles(Platform.current().os().isUnix());
258258
}
259259

260260
public boolean supportsCustomCreateUI() {

0 commit comments

Comments
 (0)