summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-06-01 23:51:59 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-06-01 23:55:55 (GMT)
commit7e9253f3b2affdb29198ba1b44140007f6195248 (patch)
treede1eec62fa3487b1ec7fec2686177441dfa6aebb /Swift/QtUI/SConscript
parent36a1cfbdb4292690ec4bd7f80d4cd479f191ebd5 (diff)
downloadswift-7e9253f3b2affdb29198ba1b44140007f6195248.zip
swift-7e9253f3b2affdb29198ba1b44140007f6195248.tar.bz2
Replace 16x16 menu icon with 32x32 icon.
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r--Swift/QtUI/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript
index 97017f4..ffafcb8 100644
--- a/Swift/QtUI/SConscript
+++ b/Swift/QtUI/SConscript
@@ -138,7 +138,7 @@ if env["PLATFORM"] == "darwin" :
if env.get("SWIFT_INSTALLDIR", "") :
env.Install(os.path.join(env["SWIFT_INSTALLDIR"], "bin"), swiftProgram)
- env.InstallAs(os.path.join(env["SWIFT_INSTALLDIR"], "share", "pixmaps", "swift.xpm"), "../resources/logo/logo-icon-16.xpm")
+ env.InstallAs(os.path.join(env["SWIFT_INSTALLDIR"], "share", "pixmaps", "swift.xpm"), "../resources/logo/logo-icon-32.xpm")
env.Install(os.path.join(env["SWIFT_INSTALLDIR"], "share", "applications"), "../resources/swift.desktop")
if env["PLATFORM"] == "win32" :