diff options
author | Vlad Voicu <vladvoic@gmail.com> | 2011-05-23 14:53:15 (GMT) |
---|---|---|
committer | Vlad Voicu <vladvoic@gmail.com> | 2011-05-31 18:34:02 (GMT) |
commit | 09131c6d9b3d4253002204b41e731aa8af12fcd3 (patch) | |
tree | a126ee0f493efdf18c258e29c9f4a97189831cf8 /Swift/Controllers/SConscript | |
parent | 16474cfa1714e4e945ea5744317bcc191929f61f (diff) | |
download | swift-contrib-09131c6d9b3d4253002204b41e731aa8af12fcd3.zip swift-contrib-09131c6d9b3d4253002204b41e731aa8af12fcd3.tar.bz2 |
added controllers for the History Window
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index a7df3a9..3bb4759 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -31,6 +31,7 @@ if env["SCONS_STAGE"] == "build" : "MainController.cpp", "ProfileController.cpp", "ContactEditController.cpp", + "ViewHistoryController.cpp", "Roster/RosterController.cpp", "Roster/RosterGroupExpandinessPersister.cpp", "Roster/ContactRosterItem.cpp", |