mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-15 14:27:39 +00:00
Fix CompareButton title.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user