提交 0fc18d8d 编写于 作者: P psadhukhan

8182402: Tooltip for Desktop button is in English when non-English locale is set

Reviewed-by: azvegint
上级 9a95fe17
......@@ -271,11 +271,6 @@ public class MetalFileChooserUI extends BasicFileChooserUI {
// Home Button
File homeDir = fsv.getHomeDirectory();
String toolTipText = homeFolderToolTipText;
if (fsv.isRoot(homeDir)) {
toolTipText = getFileView(fc).getName(homeDir); // Probably "Desktop".
}
JButton b = new JButton(homeFolderIcon);
......
......@@ -259,9 +259,6 @@ public class SynthFileChooserUIImpl extends SynthFileChooserUI {
// Home Button
File homeDir = fsv.getHomeDirectory();
String toolTipText = homeFolderToolTipText;
if (fsv.isRoot(homeDir)) {
toolTipText = getFileView(fc).getName(homeDir); // Probably "Desktop".
}
JButton b = new JButton(homeFolderIcon);
b.setToolTipText(toolTipText);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册