Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@85654 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-18 18:01:16 +00:00
parent 165c6847f3
commit 43b69f1939
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class CSVWorkSpaceSelectionCard extends WizardCard {
}
}
});
p.add(new FieldLabel(wpanel, "Directory"), new VerticalLayoutData(-1,
p.add(new FieldLabel(wpanel, "Folder"), new VerticalLayoutData(-1,
-1));
wpanel.loadTree();
setContent(formPanel);