All .rtf and .Rtf and .RTF files are selectable now.
This commit is contained in:
parent
35209ce7fd
commit
8dbfff17e1
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class ConvertDialog extends JDialog
|
||||||
{
|
{
|
||||||
public boolean accept(File f)
|
public boolean accept(File f)
|
||||||
{
|
{
|
||||||
return (f.isDirectory() || f.getName().endsWith(".rtf"));
|
return (f.isDirectory() || f.getName().toUpperCase().endsWith(".RTF"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDescription()
|
public String getDescription()
|
||||||
|
|
Loading…
Reference in a new issue