Added some FIXMEs for consideration when saving files with decals.

This commit is contained in:
kruland2607 2012-12-13 11:01:16 -06:00
parent fbf5d3af03
commit a780b8da93

View File

@ -124,12 +124,14 @@ public class StorageOptionChooser extends JPanel {
this.add(noneButton, "spanx, wrap 20lp");
//// Save decals
// FIXME - should we hide this if there are no decals?
decalButton = new JCheckBox(trans.get("StorageOptChooser.checkbox.IncludeDecals"));
decalButton.setToolTipText(trans.get("StorageOptChooser.lbl.IncludeDecals"));
decalButton.addActionListener(actionUpdater);
this.add(decalButton, "spanx, wrap para");
//// Compress file
// FIXME - if the user selects save decals, should we automatically select compress file?
compressButton = new JCheckBox(trans.get("StorageOptChooser.checkbox.Compfile"));
//// Using compression reduces the file size significantly.
compressButton.setToolTipText(trans.get("StorageOptChooser.lbl.UsingComp"));