mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 23:29:34 +00:00
Fixed logo for compare disk images wizard.
This commit is contained in:
parent
b5735107f4
commit
60647d3f09
@ -37,7 +37,7 @@ public class CompareDisksWizard extends Wizard {
|
||||
* Constructor for ExportWizard.
|
||||
*/
|
||||
public CompareDisksWizard(Shell parent, ImageManager imageManager) {
|
||||
super(parent, imageManager.get(ImageManager.LOGO_COMPILE_WIZARD), "Compare Disks Wizard");
|
||||
super(parent, imageManager.get(ImageManager.LOGO_COMPARE_IMAGE_WIZARD), "Compare Disks Wizard");
|
||||
}
|
||||
/**
|
||||
* Create the initial display used in the wizard.
|
||||
|
Loading…
Reference in New Issue
Block a user