summaryrefslogtreecommitdiff
path: root/altosui/AltosVoice.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-01-02 15:45:14 -0800
committerKeith Packard <keithp@keithp.com>2012-06-02 19:09:09 -0700
commit97663f922e236f4ee7bd08277ca80d419b5cd10f (patch)
tree338e6fd4125c6312dccb7d203877551db6d63090 /altosui/AltosVoice.java
parentc9e52287751867d9e451146ccde78109609d30d7 (diff)
altosui: Split out UI-specific preferences
Prepare to create library shared with android application. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosVoice.java')
-rw-r--r--altosui/AltosVoice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosVoice.java b/altosui/AltosVoice.java
index ac13ee14..ab74e0b3 100644
--- a/altosui/AltosVoice.java
+++ b/altosui/AltosVoice.java
@@ -65,7 +65,7 @@ public class AltosVoice implements Runnable {
}
public void speak(String s) {
- if (AltosPreferences.voice())
+ if (AltosUIPreferences.voice())
speak_always(s);
}