Revision 5ba870c3
Added by Katja Luther almost 9 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/password/PasswordWizard.java | ||
---|---|---|
76 | 76 |
internalConversation.close(); |
77 | 77 |
return true; |
78 | 78 |
}catch(Exception e){ |
79 |
MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e); |
|
79 |
MessagingUtils.warningDialog("Could not change password", this, "The old password is not correct."); |
|
80 |
//MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e); |
|
80 | 81 |
return false; |
81 | 82 |
}finally{ |
82 | 83 |
if(conversation != null){ |
Also available in: Unified diff
fixing #2547