mirror of https://github.com/cy384/ssheven.git
add preferences file icon association
This commit is contained in:
parent
69dc52ec12
commit
18673fa840
12
ssheven.r
12
ssheven.r
|
@ -384,15 +384,21 @@ resource 'SSH7' (0, purgeable) {
|
|||
};
|
||||
|
||||
#include "Finder.r"
|
||||
resource 'FREF' (128, purgeable) {
|
||||
/* application -> icon relation */
|
||||
resource 'FREF' (SSHEVEN_APPLICATION_ICON, purgeable) {
|
||||
'APPL', 0, ""
|
||||
};
|
||||
|
||||
/* preferences file -> icon relation */
|
||||
resource 'FREF' (SSHEVEN_FILE_ICON, purgeable) {
|
||||
'SH7p', 1, ""
|
||||
};
|
||||
|
||||
resource 'BNDL' (128, purgeable) {
|
||||
'SSH7', 0,
|
||||
{
|
||||
'ICN#', {0, SSHEVEN_APPLICATION_ICON},
|
||||
'FREF', {0, 128}
|
||||
'ICN#', {0, SSHEVEN_APPLICATION_ICON, 1, SSHEVEN_FILE_ICON},
|
||||
'FREF', {0, SSHEVEN_APPLICATION_ICON, 1, SSHEVEN_FILE_ICON}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue