mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-27 00:30:10 +00:00
Fix CompareButton title.
This commit is contained in:
parent
f7f0391b6c
commit
04fc2ae1bd
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user