mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-08 11:31:22 +00:00
Added new icons: ICON_COMPARE_DISKS,
ICON_CHANGE_IMAGE_ORDER.
This commit is contained in:
parent
5256249f1c
commit
a49349b9b5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user