mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
simplify image file filter for background
This commit is contained in:
parent
7a6f42556e
commit
64f2452089
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue