added null bytes to carb(0) resource, added comment about plst(0) resource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
78c0e83b30
commit
99890e74a7
@ -1,2 +1,7 @@
|
||||
data 'carb' (1) {
|
||||
} ;
|
||||
// carbon for 9
|
||||
data 'carb' (0) {
|
||||
$"0000" /* .. */
|
||||
};
|
||||
|
||||
// the plist resource should only be included in the application
|
||||
// since it contains the bundle information and should not be duplicated
|
||||
|
@ -1,2 +1,7 @@
|
||||
data 'carb' (1) {
|
||||
} ;
|
||||
// carbon for 9
|
||||
data 'carb' (0) {
|
||||
$"0000" /* .. */
|
||||
};
|
||||
|
||||
// the plist resource should only be included in the application
|
||||
// since it contains the bundle information and should not be duplicated
|
||||
|
Loading…
Reference in New Issue
Block a user