mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-15 14:27:39 +00:00
Added new icons: ICON_COMPARE_DISKS,
ICON_CHANGE_IMAGE_ORDER.
This commit is contained in:
@@ -65,6 +65,8 @@ public class ImageManager {
|
|||||||
public static final String ICON_VIEW_AS_WORDPROCESSOR = "wordprocessor.gif";
|
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_VIEW_AS_BASIC_PROGRAM = "appleicon.gif";
|
||||||
public static final String ICON_COPY = "copy.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_EXPORT_WIZARD = "ExportWizardLogo.gif";
|
||||||
public static final String LOGO_APPLECOMMANDER = "AppleCommanderLogo.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_PRINT_FILE, ICON_VIEW_IN_RAW_HEX,
|
||||||
ICON_VIEW_AS_SPREADSHEET, ICON_VIEW_AS_TEXTFILE,
|
ICON_VIEW_AS_SPREADSHEET, ICON_VIEW_AS_TEXTFILE,
|
||||||
ICON_VIEW_AS_WORDPROCESSOR, ICON_VIEW_AS_BASIC_PROGRAM,
|
ICON_VIEW_AS_WORDPROCESSOR, ICON_VIEW_AS_BASIC_PROGRAM,
|
||||||
ICON_COPY,
|
ICON_COPY, ICON_COMPARE_DISKS,
|
||||||
|
ICON_CHANGE_IMAGE_ORDER,
|
||||||
// Logos:
|
// Logos:
|
||||||
LOGO_EXPORT_WIZARD, LOGO_APPLECOMMANDER,
|
LOGO_EXPORT_WIZARD, LOGO_APPLECOMMANDER,
|
||||||
LOGO_DISK_IMAGE_WIZARD, LOGO_IMPORT_WIZARD,
|
LOGO_DISK_IMAGE_WIZARD, LOGO_IMPORT_WIZARD,
|
||||||
|
Reference in New Issue
Block a user