mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
michael.will
parent
2634605cf4
commit
55d9023ae8
@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user