simplify image file filter for background

This commit is contained in:
Li REN 2013-06-20 01:24:16 -04:00
parent 7a6f42556e
commit 64f2452089

View file

@ -174,7 +174,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
@Override
public String getDescription() {
return "*.png|*.bmp|*.jpg|*.jpeg";
return "*.png | *.bmp |*.jpg | *.jpeg";
}
}