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:
Stefan Csomor 2002-01-01 09:55:10 +00:00
parent 78c0e83b30
commit 99890e74a7
2 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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