From 99890e74a7528a1db041262b4ea3c2c9e1f062cf Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 1 Jan 2002 09:55:10 +0000 Subject: [PATCH] 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 --- src/mac/carbon/carbrsrc.r | 9 +++++++-- src/mac/carbrsrc.r | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) 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 -- 2.47.2