]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minimal/minimal.plc
For wxGTK2, link with X11 explicitly, since we use many X11 functions directly.
[wxWidgets.git] / samples / minimal / minimal.plc
old mode 100755 (executable)
new mode 100644 (file)
index 197277a..e211713
@@ -5,7 +5,7 @@
 #define kBundleShortVersion __OUTPUT_FILENAME__ " version 1.0"
 
 // Change this to the string to display in the Finder's Get Info window
-#define kBundleGetInfo kBundleShortVersion ", Copyright © 2005 by wxWidgets."
+#define kBundleGetInfo kBundleShortVersion ", Copyright Â© 2005 by wxWidgets."
 
 plist
 {
@@ -21,7 +21,7 @@ plist
         key "CFBundleSignature" value string __OUTPUT_CREATOR__
         key "CFBundleExecutable" value string __OUTPUT_FILENAME__
         key "CFBundleVersion" value string "1.0"
-        key "CFBundleIconFile" value string "mondrian"
+        key "CFBundleIconFile" value string "sample"
 
         key "CFBundleDevelopmentRegion" value string "English"
         key "CFBundleInfoDictionaryVersion" value string "6.0"
@@ -36,4 +36,4 @@ localize "English"
     key "CFBundleName" value string __OUTPUT_FILENAME__
     key "CFBundleGetInfoString" value string kBundleGetInfo
     key "CFBundleShortVersionString" value string kBundleShortVersion
-}
\ No newline at end of file
+}