diff --git a/src/com/webcodepro/applecommander/ui/swt/ImageManager.java b/src/com/webcodepro/applecommander/ui/swt/ImageManager.java index 7e1b4b3..3848e84 100644 --- a/src/com/webcodepro/applecommander/ui/swt/ImageManager.java +++ b/src/com/webcodepro/applecommander/ui/swt/ImageManager.java @@ -65,6 +65,8 @@ public class ImageManager { public static final String ICON_VIEW_AS_WORDPROCESSOR = "wordprocessor.gif"; public static final String ICON_VIEW_AS_BASIC_PROGRAM = "appleicon.gif"; public static final String ICON_COPY = "copy.gif"; + public static final String ICON_COMPARE_DISKS = "comparedisks.gif"; + public static final String ICON_CHANGE_IMAGE_ORDER = "changeorder.gif"; public static final String LOGO_EXPORT_WIZARD = "ExportWizardLogo.gif"; public static final String LOGO_APPLECOMMANDER = "AppleCommanderLogo.gif"; @@ -87,7 +89,8 @@ public class ImageManager { ICON_PRINT_FILE, ICON_VIEW_IN_RAW_HEX, ICON_VIEW_AS_SPREADSHEET, ICON_VIEW_AS_TEXTFILE, ICON_VIEW_AS_WORDPROCESSOR, ICON_VIEW_AS_BASIC_PROGRAM, - ICON_COPY, + ICON_COPY, ICON_COMPARE_DISKS, + ICON_CHANGE_IMAGE_ORDER, // Logos: LOGO_EXPORT_WIZARD, LOGO_APPLECOMMANDER, LOGO_DISK_IMAGE_WIZARD, LOGO_IMPORT_WIZARD,