From 15e9b46e14c26181e706e435ea1eb18b969f69c3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 1 Feb 2003 00:57:36 +0000 Subject: [PATCH] Mad tabs consistent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/mac/bundlebuilder.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wxPython/distrib/mac/bundlebuilder.py b/wxPython/distrib/mac/bundlebuilder.py index 337eb9cf23..d7e9dd2925 100644 --- a/wxPython/distrib/mac/bundlebuilder.py +++ b/wxPython/distrib/mac/bundlebuilder.py @@ -368,10 +368,10 @@ class AppBuilder(BundleBuilder): open(bootstrappath, "w").write(BOOTSTRAP_SCRIPT % locals()) os.chmod(bootstrappath, 0775) - if self.iconfile is not None: - iconbase = os.path.basename(self.iconfile) - self.plist.CFBundleIconFile = iconbase - self.files.append( (self.iconfile, pathjoin(resdir, iconbase)) ) + if self.iconfile is not None: + iconbase = os.path.basename(self.iconfile) + self.plist.CFBundleIconFile = iconbase + self.files.append( (self.iconfile, pathjoin(resdir, iconbase)) ) def postProcess(self): if self.standalone: @@ -616,7 +616,7 @@ Options: --nib=NAME main nib name -c, --creator=CCCC 4-char creator code (default: '????') --iconfile=FILE Filename of the icon to be copied to Resources and - used as the Finder icon + used as the Finder icon -l, --link symlink files/folder instead of copying them --link-exec symlink the executable instead of copying it --standalone build a standalone application, which is fully