Added some FIXMEs for consideration when saving files with decals.
This commit is contained in:
parent
fbf5d3af03
commit
a780b8da93
@ -124,12 +124,14 @@ public class StorageOptionChooser extends JPanel {
|
|||||||
this.add(noneButton, "spanx, wrap 20lp");
|
this.add(noneButton, "spanx, wrap 20lp");
|
||||||
|
|
||||||
//// Save decals
|
//// Save decals
|
||||||
|
// FIXME - should we hide this if there are no decals?
|
||||||
decalButton = new JCheckBox(trans.get("StorageOptChooser.checkbox.IncludeDecals"));
|
decalButton = new JCheckBox(trans.get("StorageOptChooser.checkbox.IncludeDecals"));
|
||||||
decalButton.setToolTipText(trans.get("StorageOptChooser.lbl.IncludeDecals"));
|
decalButton.setToolTipText(trans.get("StorageOptChooser.lbl.IncludeDecals"));
|
||||||
decalButton.addActionListener(actionUpdater);
|
decalButton.addActionListener(actionUpdater);
|
||||||
this.add(decalButton, "spanx, wrap para");
|
this.add(decalButton, "spanx, wrap para");
|
||||||
|
|
||||||
//// Compress file
|
//// Compress file
|
||||||
|
// FIXME - if the user selects save decals, should we automatically select compress file?
|
||||||
compressButton = new JCheckBox(trans.get("StorageOptChooser.checkbox.Compfile"));
|
compressButton = new JCheckBox(trans.get("StorageOptChooser.checkbox.Compfile"));
|
||||||
//// Using compression reduces the file size significantly.
|
//// Using compression reduces the file size significantly.
|
||||||
compressButton.setToolTipText(trans.get("StorageOptChooser.lbl.UsingComp"));
|
compressButton.setToolTipText(trans.get("StorageOptChooser.lbl.UsingComp"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user