SPARK-1077 - Client Logs

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@11167 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Michael Will
2009-08-18 08:30:06 +00:00
committed by michael.will
parent 2634605cf4
commit 55d9023ae8
3 changed files with 3 additions and 2 deletions

View File

@ -147,7 +147,6 @@ public final class MainWindow extends ChatFrame implements ActionListener {
this.getContentPane().add(topToolbar, BorderLayout.NORTH);
setTitle(title + " - " + SparkManager.getSessionManager().getUsername());
setIconImage(icon.getImage());
// Setup WindowListener to be the proxy to the actual window listener
@ -643,7 +642,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
// Read file and show
final String errorLogs = URLFileSystem.getContents(logDir);
final JFrame frame = new JFrame("Client Logs");
final JFrame frame = new JFrame(Res.getString("title.client.logs"));
frame.setLayout(new BorderLayout());
frame.setIconImage(SparkManager.getApplicationImage().getImage());