Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@86346 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-28 18:58:03 +00:00 committed by Giancarlo Panichi
parent 1481b620e5
commit 3d377bcf48
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class ErrorMessageBox {
{
final MessageBox box = new MessageBox(title);
box.setMessage(failureReason);
box.getHideButton().setText(DETAILS);
box.addHideHandler(new HideHandler() {
@Override