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); this.getContentPane().add(topToolbar, BorderLayout.NORTH);
setTitle(title + " - " + SparkManager.getSessionManager().getUsername()); setTitle(title + " - " + SparkManager.getSessionManager().getUsername());
setIconImage(icon.getImage()); setIconImage(icon.getImage());
// Setup WindowListener to be the proxy to the actual window listener // 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 // Read file and show
final String errorLogs = URLFileSystem.getContents(logDir); 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.setLayout(new BorderLayout());
frame.setIconImage(SparkManager.getApplicationImage().getImage()); frame.setIconImage(SparkManager.getApplicationImage().getImage());

View File

@ -794,6 +794,7 @@ tab.sso = SSO
tab.pki = PKI tab.pki = PKI
title.about = About title.about = About
title.client.logs = Client Logs
title.advanced.connection.preferences = Advanced Connection Preferences title.advanced.connection.preferences = Advanced Connection Preferences
title.account.create.registration = Account Registration title.account.create.registration = Account Registration
title.bookmarks = Bookmarks title.bookmarks = Bookmarks

View File

@ -531,6 +531,7 @@ title.advanced.connection.preferences = Erweiterte Verbindungseinstellungen
title.advanced.connection.usesso = Verwende Single Sign-ON (SSO) <20>ber GSSAPI title.advanced.connection.usesso = Verwende Single Sign-ON (SSO) <20>ber GSSAPI
title.preferences = Einstellungen title.preferences = Einstellungen
title.error = Fehler title.error = Fehler
title.client.logs = Client Logs
title.status.message = Status Nachricht title.status.message = Status Nachricht
title.spark.preferences = Spark Einstellungen title.spark.preferences = Spark Einstellungen
title.alert = Benachrichtigung title.alert = Benachrichtigung