mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Fixed incorrect title.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5821 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -180,7 +180,7 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
* @param parent the parent Frame.
|
||||
*/
|
||||
public void showRosterDialog(JFrame parent) {
|
||||
TitlePanel titlePanel = new TitlePanel(Res.getString("title.add.contact.group"), Res.getString("message.add.contact.to.list"), SparkRes.getImageIcon(SparkRes.USER1_32x32), true);
|
||||
TitlePanel titlePanel = new TitlePanel(Res.getString("title.add.contact"), Res.getString("message.add.contact.to.list"), SparkRes.getImageIcon(SparkRes.USER1_32x32), true);
|
||||
JPanel mainPanel = new JPanel();
|
||||
mainPanel.setLayout(new BorderLayout());
|
||||
mainPanel.add(titlePanel, BorderLayout.NORTH);
|
||||
|
||||
Reference in New Issue
Block a user