aboutsummaryrefslogtreecommitdiff
path: root/src/net/cbaines/suma/Preferences.java
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-13 07:44:37 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-13 07:44:37 +0000
commit2ada92db0a557de0cb1b169534e3207582b44ec9 (patch)
tree4551e1ccd8da874ca75dcd49ca3cf80a0b870e91 /src/net/cbaines/suma/Preferences.java
parent6da7d86db934fcaf5877b725481c164b5321c2ca (diff)
downloadsouthamptonuniversitymap-2ada92db0a557de0cb1b169534e3207582b44ec9.tar
southamptonuniversitymap-2ada92db0a557de0cb1b169534e3207582b44ec9.tar.gz
Added route labels to the POIView, and some more improvements in the preferences system.
Diffstat (limited to 'src/net/cbaines/suma/Preferences.java')
-rw-r--r--src/net/cbaines/suma/Preferences.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/cbaines/suma/Preferences.java b/src/net/cbaines/suma/Preferences.java
index c92a86c..df44729 100644
--- a/src/net/cbaines/suma/Preferences.java
+++ b/src/net/cbaines/suma/Preferences.java
@@ -8,9 +8,9 @@ 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 UNI_LINK_BUS_STOPS = "uniLinkBusStop";
- static final boolean UNI_LINK_BUS_STOPS_ENABLED_BY_DEFAULT = true;
- static final String NON_UNI_LINK_BUS_STOPS = "nonUniLinkBusStop";
+ static final String NON_UNI_LINK_BUS_STOPS = "nonUniLinkBusStops";
static final boolean NON_UNI_LINK_BUS_STOPS_ENABLED_BY_DEFAULT = false;
+ static final boolean THROW_ERROR_ON_EXCEPTION = false;
+
}