|
|
|
|
@ -176,7 +176,7 @@ public void actionPerformed(ActionEvent e) {
|
|
|
|
|
} else if (buttonText.equalsIgnoreCase("copy")) {
|
|
|
|
|
|
|
|
|
|
JEditorPane editorPane
|
|
|
|
|
= this.messageWindow.getConversationPanel()
|
|
|
|
|
= this.messageWindow.getCurrentConversationPanel()
|
|
|
|
|
.getChatEditorPane();
|
|
|
|
|
|
|
|
|
|
if(editorPane.getSelectedText() == null){
|
|
|
|
|
|