Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@111510 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-01-28 13:16:10 +00:00 committed by Giancarlo Panichi
parent b901988a94
commit d20c8b67aa
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class GridHeaderColumnMenu {
MenuItem changeToTypeItem = new MenuItem("Change Type");
MenuItem changeToTypeItem = new MenuItem("Column Type");
changeToTypeItem.setId(GridHeaderOperationId.COLUMNTYPE.toString());
changeToTypeItem.setIcon(MainboxResources.INSTANCE.columnType());
menuItems.add(changeToTypeItem);