diff options
author | Thanos Doukoudakis <thanos.doukoudakis@isode.com> | 2018-07-19 17:13:55 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2018-07-19 18:40:10 (GMT) |
commit | 5b4a0ba19ae6994db6a193a231fd2486bff6f0ec (patch) | |
tree | eb5616c9977d0a76c0442879fce4cdc023e19c4e /Swift/Controllers/SConscript | |
parent | cc4bdf756f3e9f9451231d59d2b5dcacd1af6d1e (diff) | |
download | swift-5b4a0ba19ae6994db6a193a231fd2486bff6f0ec.zip swift-5b4a0ba19ae6994db6a193a231fd2486bff6f0ec.tar.bz2 |
Rename MainController to AccountController
Change-Id: I9c006a2435294f2afb95a95bd856ad64274a8752
Test-Information:
None.
Diffstat (limited to 'Swift/Controllers/SConscript')
-rw-r--r-- | Swift/Controllers/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/SConscript b/Swift/Controllers/SConscript index 31b4541..cbd3bf3 100644 --- a/Swift/Controllers/SConscript +++ b/Swift/Controllers/SConscript @@ -51,7 +51,7 @@ if env["SCONS_STAGE"] == "build" : "Highlighting/Highlighter.cpp", "HistoryController.cpp", "HistoryViewController.cpp", - "MainController.cpp", + "AccountController.cpp", "PresenceNotifier.cpp", "PreviousStatusStore.cpp", "ProfileController.cpp", |