Fix CompareButton title.

This commit is contained in:
John B. Matthews 2006-04-27 07:10:24 +00:00
parent f7f0391b6c
commit 04fc2ae1bd
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public class SwtAppleCommander implements Listener {
item = new ToolItem(toolBar, SWT.PUSH);
item.setImage(imageManager.get(ImageManager.ICON_COMPARE_DISKS));
item.setText(textBundle.get("CreateButton")); //$NON-NLS-1$
item.setText(textBundle.get("CompareButton")); //$NON-NLS-1$
item.setToolTipText(textBundle.get("SwtAppleCommander.CompareDiskImageTooltip")); //$NON-NLS-1$
item.addSelectionListener(new SelectionAdapter () {
public void widgetSelected(SelectionEvent e) {