Added Mac icons to helpview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
37
utils/helpview/src/helpview.r
Normal file
37
utils/helpview/src/helpview.r
Normal file
@@ -0,0 +1,37 @@
|
||||
#include "Types.r"
|
||||
|
||||
resource 'BNDL' (128) {
|
||||
'HTBA',
|
||||
0,
|
||||
{ /* array TypeArray: 2 elements */
|
||||
/* [1] */
|
||||
'ICN#',
|
||||
{ /* array IDArray: 2 elements */
|
||||
/* [1] */
|
||||
0, 128,
|
||||
/* [2] */
|
||||
1, 129,
|
||||
},
|
||||
/* [2] */
|
||||
'FREF',
|
||||
{ /* array IDArray: 2 elements */
|
||||
/* [1] */
|
||||
0, 128,
|
||||
/* [2] */
|
||||
1, 129,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
resource 'FREF' (128) {
|
||||
'APPL',
|
||||
0,
|
||||
""
|
||||
};
|
||||
|
||||
resource 'FREF' (129) {
|
||||
'HTBD',
|
||||
1,
|
||||
""
|
||||
};
|
||||
|
Reference in New Issue
Block a user