only formatting changes

This commit is contained in:
Ben Fry
2015-04-25 13:01:58 -04:00
parent 607234e8c1
commit ffa1faca39
+3 -2
View File
@@ -461,7 +461,7 @@ public class PreferencesFrame {
// [ ] Delete previous application folder on export
deletePreviousBox =
new JCheckBox(Language.text("preferences.delete_previous_folder_on_export"));
new JCheckBox(Language.text("preferences.delete_previous_folder_on_export"));
// pain.add(deletePreviousBox);
// d = deletePreviousBox.getPreferredSize();
// deletePreviousBox.setBounds(left, top, d.width + 10, d.height);
@@ -471,7 +471,8 @@ public class PreferencesFrame {
// [ ] Check for updates on startup
checkUpdatesBox = new JCheckBox(Language.text("preferences.check_for_updates_on_startup"));
checkUpdatesBox =
new JCheckBox(Language.text("preferences.check_for_updates_on_startup"));
// pain.add(checkUpdatesBox);
// d = checkUpdatesBox.getPreferredSize();
// checkUpdatesBox.setBounds(left, top, d.width + 10, d.height);