Browse Source

Merge pull request #126 from csmith/master

HTTPS the easter egg.
pull/128/head
Greg Holmes 9 years ago
parent
commit
c06ec31604

+ 1
- 1
ui_swing/src/com/dmdirc/addons/ui_swing/dialogs/about/CreditsPanel.java View File

@@ -63,7 +63,7 @@ public final class CreditsPanel extends JPanel implements HyperlinkListener {
63 63
     /** Shows some alternate content. */
64 64
     public void showEE() {
65 65
         about.setText("<html><center><br><br><br>"
66
-                + "<img src=\"http://www.dmdirc.com/res/about.png\"></html>");
66
+                + "<img src=\"https://www.dmdirc.com/res/about.png\"></html>");
67 67
     }
68 68
 
69 69
     /** Initialises the components. */

Loading…
Cancel
Save