Updated to use new constructor for DiskImageWizard and uses

the global COPYRIGHT text.
This commit is contained in:
Robert Greene 2003-01-21 05:10:01 +00:00
parent da6f02c555
commit 5f179d871e

View File

@ -175,8 +175,7 @@ public class SwtAppleCommander {
* Create a disk image. * Create a disk image.
*/ */
private void createDiskImage() { private void createDiskImage() {
DiskImageWizard wizard = new DiskImageWizard(shell, DiskImageWizard wizard = new DiskImageWizard(shell, imageManager);
imageManager.getDiskImageWizardLogo());
wizard.open(); wizard.open();
if (wizard.isWizardCompleted()) { if (wizard.isWizardCompleted()) {
FormattedDisk[] disks = wizard.getFormattedDisks(); FormattedDisk[] disks = wizard.getFormattedDisks();
@ -226,7 +225,7 @@ public class SwtAppleCommander {
box.setMessage( box.setMessage(
"AppleCommander\n" "AppleCommander\n"
+ "Version " + AppleCommander.VERSION + "\n" + "Version " + AppleCommander.VERSION + "\n"
+ "Copyright (c) 2002-2003\n\n" + AppleCommander.COPYRIGHT + "\n\n"
+ "AppleCommander was created for the express\n" + "AppleCommander was created for the express\n"
+ "purpose of assisting those-who-remember.\n\n" + "purpose of assisting those-who-remember.\n\n"
+ "I wish you many hours of vintage pleasure!\n" + "I wish you many hours of vintage pleasure!\n"