mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-11-19 16:33:00 +00:00
Updated to use new constructor for DiskImageWizard and uses
the global COPYRIGHT text.
This commit is contained in:
parent
da6f02c555
commit
5f179d871e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user