mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-31 22:30:16 +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.
|
* 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user