aboutsummaryrefslogtreecommitdiff
path: root/src/net/cbaines/suma/Preferences.java
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-18 23:37:52 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-18 23:37:52 +0000
commitc3ccc3b44f3cb272afc4c30023c922558ec928ec (patch)
treec212df7e1249a06f90e58e588c4e3ad05d1b4483 /src/net/cbaines/suma/Preferences.java
parent8fcfee6f01df391476a884c73a8c6c9259e4165b (diff)
downloadsouthamptonuniversitymap-c3ccc3b44f3cb272afc4c30023c922558ec928ec.tar
southamptonuniversitymap-c3ccc3b44f3cb272afc4c30023c922558ec928ec.tar.gz
Working non uni link bus stop overlay :)
Diffstat (limited to 'src/net/cbaines/suma/Preferences.java')
-rw-r--r--src/net/cbaines/suma/Preferences.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/cbaines/suma/Preferences.java b/src/net/cbaines/suma/Preferences.java
index d73d0ce..a978dd9 100644
--- a/src/net/cbaines/suma/Preferences.java
+++ b/src/net/cbaines/suma/Preferences.java
@@ -8,6 +8,6 @@ public interface Preferences {
static final boolean UNI_LINK_BUS_TIMES_ENABLED_BY_DEFAULT = true;
static final String NON_UNI_LINK_BUS_TIMES = "nonUniLinkLiveBusTimesEnabled";
static final boolean NON_UNI_LINK_BUS_TIMES_ENABLED_BY_DEFAULT = false;
- static final String NON_UNI_LINK_BUS_STOPS = "nonUniLinkBusStops";
- static final boolean NON_UNI_LINK_BUS_STOPS_ENABLED_BY_DEFAULT = false;
+ static final String NON_UNI_LINK_BUS_STOPS_OVERLAY = "nonUniLinkBusStops";
+ static final boolean NON_UNI_LINK_BUS_STOP_OVERLAY_ENABLED_BY_DEFAULT = false;
}