mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08: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…
Add table
Add a link
Reference in a new issue