updates for 0.9.4
[debian/openrocket] / src / net / sf / openrocket / gui / dialogs / preferences / PreferencesDialog.java
index 2ef8e113edc2adb02cbf89749dbe1dd74c7a4160..38cc36fe7b081bd6516328728fef186b265462a1 100644 (file)
@@ -19,7 +19,7 @@ import javax.swing.JPanel;
 import javax.swing.JTabbedPane;
 
 import net.miginfocom.swing.MigLayout;
-import net.sf.openrocket.gui.components.ResizeLabel;
+import net.sf.openrocket.gui.components.StyledLabel;
 import net.sf.openrocket.unit.Unit;
 import net.sf.openrocket.unit.UnitGroup;
 import net.sf.openrocket.util.GUIUtil;
@@ -204,7 +204,7 @@ public class PreferencesDialog extends JDialog {
                panel.add(button, "grow, wrap para");
                
                
-               panel.add(new ResizeLabel("The effects will take place the next time you open a window.",-2),
+               panel.add(new StyledLabel("The effects will take place the next time you open a window.",-2),
                                "spanx, wrap");