From 640e0346e042458bac9e1c7308de62c3bba3c1b9 Mon Sep 17 00:00:00 2001 From: coblee Date: Sun, 22 Jul 2012 16:21:31 -0700 Subject: [PATCH] Fix comment. --- setup-release.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup-release.py b/setup-release.py index add595b..dfc2546 100644 --- a/setup-release.py +++ b/setup-release.py @@ -55,7 +55,7 @@ if sys.platform == 'darwin': resource = "dist/" + name + ".app/Contents/Resources/" # Need to include a copy of qt_menu.nib shutil.copytree("/opt/local/lib/Resources/qt_menu.nib", resource + "qt_menu.nib") - # Need to touch qt.conf to avoid loading 2 sets of tT libraries + # Need to touch qt.conf to avoid loading 2 sets of Qt libraries fname = resource + "qt.conf" with file(fname, 'a'): os.utime(fname, None) -- 1.7.1