summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-02-27 08:33:54 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-02-27 19:59:55 (GMT)
commit5b44c6e80b8009961f7029797023ca6715743718 (patch)
treecbfad5acbf35db5b6f5c8f3d20bc8032f89d2d04 /Sluift/SConscript
parented8b11a39db05866a8d35a5cbb3794b369e2e6ed (diff)
downloadswift-5b44c6e80b8009961f7029797023ca6715743718.zip
swift-5b44c6e80b8009961f7029797023ca6715743718.tar.bz2
Added 'get_next_event' sluift command.
Diffstat (limited to 'Sluift/SConscript')
-rw-r--r--Sluift/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sluift/SConscript b/Sluift/SConscript
index 1e36b6e..44fabdf 100644
--- a/Sluift/SConscript
+++ b/Sluift/SConscript
@@ -16,7 +16,7 @@ if env["SCONS_STAGE"] == "build" :
f = open(source[0].abspath, "r")
contents = f.read()
f.close()
- contents = contents.replace("LUA_RELEASE", "\"Sluift XMPP Console\"")
+ contents = contents.replace("LUA_RELEASE", "\"== Sluift XMPP Console ==\"")
contents = contents.replace("LUA_COPYRIGHT", "")
f = open(target[0].abspath, "w")
f.write(contents)