From: Stefan Csomor Date: Tue, 1 Jan 2002 09:55:10 +0000 (+0000) Subject: added null bytes to carb(0) resource, added comment about plst(0) resource X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/99890e74a7528a1db041262b4ea3c2c9e1f062cf 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 --- diff --git a/src/mac/carbon/carbrsrc.r b/src/mac/carbon/carbrsrc.r index ceac4bfe36..9326cc3b56 100644 --- a/src/mac/carbon/carbrsrc.r +++ b/src/mac/carbon/carbrsrc.r @@ -1,2 +1,7 @@ -data 'carb' (1) { -} ; \ No newline at end of file +// 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 diff --git a/src/mac/carbrsrc.r b/src/mac/carbrsrc.r index ceac4bfe36..9326cc3b56 100644 --- a/src/mac/carbrsrc.r +++ b/src/mac/carbrsrc.r @@ -1,2 +1,7 @@ -data 'carb' (1) { -} ; \ No newline at end of file +// 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