Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@113813 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-03-31 08:02:57 +00:00
parent 2891f6a708
commit 639a7aa11b
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class AddColumnPanel extends FramedPanel implements
// Default Value
defaultValueString = new TextField();
defaultStringLabel = new FieldLabel(defaultValueString, "Default");
defaultStringLabel = new FieldLabel(defaultValueString, "Expression");
defaultStringLabel.addDomHandler(new ClickHandler() {
@Override