aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-01 20:12:27 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-01 20:12:27 +0000
commitce7543bef301f2a622023b2633166409de93d09e (patch)
treee5c56d22ed1eeba757c1022942416ff43ec792c2 /AndroidManifest.xml
parent17ab48f10cc7cc56c7234695b2372445cb6adf6d (diff)
downloadsouthamptonuniversitymap-ce7543bef301f2a622023b2633166409de93d09e.tar
southamptonuniversitymap-ce7543bef301f2a622023b2633166409de93d09e.tar.gz
Fixes in AboutActivity, and some string stuff.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 69eb2fd..4fd68e4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -31,6 +31,8 @@
</activity>
<activity android:name="AboutActivity" >
</activity>
+ <activity android:name="BuildingActivity" >
+ </activity>
<activity
android:name=".PreferencesActivity"
android:label="@string/preferences" >