updates for 0.9.4
[debian/openrocket] / src / net / sf / openrocket / gui / dialogs / BugReportDialog.java
index 9ebd9f2a8f640bdda9e539db33e7885cfe762ae6..b5b44b103c88766874519400a6db0b309d9dc5dd 100644 (file)
@@ -26,8 +26,8 @@ import javax.swing.JTextArea;
 
 import net.miginfocom.swing.MigLayout;
 import net.sf.openrocket.communication.BugReporter;
-import net.sf.openrocket.gui.components.StyledLabel;
 import net.sf.openrocket.gui.components.SelectableLabel;
+import net.sf.openrocket.gui.components.StyledLabel;
 import net.sf.openrocket.util.GUIUtil;
 import net.sf.openrocket.util.JarUtil;
 import net.sf.openrocket.util.Prefs;
@@ -179,8 +179,8 @@ public class BugReportDialog extends JDialog {
                
                BugReportDialog reportDialog = 
                        new BugReportDialog(parent,
-                                       "<html>You can report a bug in OpenRocket by filling in and submitting " +
-                                       "the form below.<br>" +
+                                       "<html><b>You can report a bug in OpenRocket by filling in and submitting " +
+                                       "the form below.</b><br>" +
                                        "You can also report bugs and include attachments on the project " +
                                        "web site.", sb.toString());
                reportDialog.setVisible(true);
@@ -239,8 +239,8 @@ public class BugReportDialog extends JDialog {
                sb.append('\n');
                
                BugReportDialog reportDialog = 
-                       new BugReportDialog(parent, "Please include a short description about " +
-                                       "what you were doing when the exception occurred.", sb.toString());
+                       new BugReportDialog(parent, "<html><b>Please include a short description about " +
+                                       "what you were doing when the exception occurred.</b>", sb.toString());
                reportDialog.setVisible(true);
        }