diff --git a/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java b/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java index 9efb1fe7a..2f1b5a98f 100644 --- a/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java +++ b/src/net/java/sip/communicator/plugin/update/UpdateServiceImpl.java @@ -96,7 +96,6 @@ private static Component createBrowser(String url) // Initialize the user interface. JEditorPane editorPane = new JEditorPane(); - editorPane.setBorder(BorderFactory.createLoweredBevelBorder()); editorPane.setContentType("text/html"); editorPane.setEditable(false);