Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@94624 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b4bc9108ef
commit
861419721f
|
@ -307,7 +307,7 @@ public class ReplaceBatchPanel extends FramedPanel implements
|
|||
btnClose = new TextButton("Close");
|
||||
btnClose.setIcon(ResourceBundle.INSTANCE.close());
|
||||
btnClose.setIconAlign(IconAlign.RIGHT);
|
||||
btnClose.setTitle("Cancel filter");
|
||||
btnClose.setTitle("Close");
|
||||
btnClose.addSelectHandler(new SelectHandler() {
|
||||
|
||||
public void onSelect(SelectEvent event) {
|
||||
|
|
Loading…
Reference in New Issue