Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@94989 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-17 15:19:26 +00:00 committed by Giancarlo Panichi
parent ea37ddcac2
commit dfbe624baf
1 changed files with 2 additions and 2 deletions

View File

@ -135,12 +135,12 @@ public class HistoryPanel extends FramedPanel {
ActionButtonCell button = new ActionButtonCell();
button.setIcon(ResourceBundle.INSTANCE.undo());
button.setTitle("Rollback");
button.setTitle("Undo");
button.addSelectHandler(new SelectHandler() {
@Override
public void onSelect(SelectEvent event) {
Log.debug("Button RollBack Pressed");
Log.debug("Button Undo Pressed");
Context c = event.getContext();
int rowIndex = c.getIndex();
startSearchRollBackId(rowIndex);