Refactoring of TranscriptWindow.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7106 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-02-14 04:55:31 +00:00
committed by derek
parent 45c0140a22
commit 9471f5231c
16 changed files with 187 additions and 371 deletions

View File

@ -589,7 +589,7 @@ public class SparkTransferManager {
chatRoom = SparkManager.getChatManager().createChatRoom(bJID, bJID, bJID);
}
chatRoom.getTranscriptWindow().insertErrorMessage("The user is offline. Will auto-send \"" + file.getName() + "\" when user comes back online.");
chatRoom.getTranscriptWindow().insertNotificationMessage("The user is offline. Will auto-send \"" + file.getName() + "\" when user comes back online.", ChatManager.ERROR_COLOR);
return null;
}