method name changed

cusax-fix
Yana Stamcheva 20 years ago
parent c8e7464a69
commit ed24d747fa

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

@ -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){

Loading…
Cancel
Save