Fix line length.

fix-message-formatting
Danny van Heumen 12 years ago
parent 8f37c122be
commit dd4298c421

@ -185,7 +185,9 @@ private void init(String userId, String server)
this.defaultPort.setSelected(true);
this.passwordNotRequired.setSelected(true);
this.useSecureConnection.setSelected(true);
this.portField.setText(this.useSecureConnection.isSelected() ? DEFAULT_SECURE_PORT : DEFAULT_PLAINTEXT_PORT);
this.portField
.setText(this.useSecureConnection.isSelected() ? DEFAULT_SECURE_PORT
: DEFAULT_PLAINTEXT_PORT);
this.nickExampleLabel.setForeground(Color.GRAY);
this.nickExampleLabel.setFont(

Loading…
Cancel
Save