From 5f179d871e5daaa21e970aa0488116135865262f Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Tue, 21 Jan 2003 05:10:01 +0000 Subject: [PATCH] Updated to use new constructor for DiskImageWizard and uses the global COPYRIGHT text. --- .../webcodepro/applecommander/ui/swt/SwtAppleCommander.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java b/src/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java index e7e5e11..e74d107 100644 --- a/src/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java +++ b/src/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java @@ -175,8 +175,7 @@ public class SwtAppleCommander { * Create a disk image. */ private void createDiskImage() { - DiskImageWizard wizard = new DiskImageWizard(shell, - imageManager.getDiskImageWizardLogo()); + DiskImageWizard wizard = new DiskImageWizard(shell, imageManager); wizard.open(); if (wizard.isWizardCompleted()) { FormattedDisk[] disks = wizard.getFormattedDisks(); @@ -226,7 +225,7 @@ public class SwtAppleCommander { box.setMessage( "AppleCommander\n" + "Version " + AppleCommander.VERSION + "\n" - + "Copyright (c) 2002-2003\n\n" + + AppleCommander.COPYRIGHT + "\n\n" + "AppleCommander was created for the express\n" + "purpose of assisting those-who-remember.\n\n" + "I wish you many hours of vintage pleasure!\n"