]> git.saurik.com Git - wxWidgets.git/commitdiff
added null bytes to carb(0) resource, added comment about plst(0) resource
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 1 Jan 2002 09:55:10 +0000 (09:55 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 1 Jan 2002 09:55:10 +0000 (09:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/carbrsrc.r
src/mac/carbrsrc.r

index ceac4bfe363550e091b12389fda83343eea712b0..9326cc3b567a1e90ce6d725d5070797a3a9c96f3 100644 (file)
@@ -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
index ceac4bfe363550e091b12389fda83343eea712b0..9326cc3b567a1e90ce6d725d5070797a3a9c96f3 100644 (file)
@@ -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