diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-27 08:33:54 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-27 19:59:55 (GMT) |
commit | 5b44c6e80b8009961f7029797023ca6715743718 (patch) | |
tree | cbfad5acbf35db5b6f5c8f3d20bc8032f89d2d04 /Sluift/SConscript | |
parent | ed8b11a39db05866a8d35a5cbb3794b369e2e6ed (diff) | |
download | swift-5b44c6e80b8009961f7029797023ca6715743718.zip swift-5b44c6e80b8009961f7029797023ca6715743718.tar.bz2 |
Added 'get_next_event' sluift command.
Diffstat (limited to 'Sluift/SConscript')
-rw-r--r-- | Sluift/SConscript | 2 |
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) |