X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosVoice.java;h=ff83ac299c116091582592fa5af12bb4d2c1adb3;hp=ac13ee14e81176c69d46587392340c3a8018ba62;hb=1fc97dd9875a7639533a34438c4c7c999412eb3a;hpb=51c7741040d95c5deece939dae5e4136cc04afc4 diff --git a/altosui/AltosVoice.java b/altosui/AltosVoice.java index ac13ee14..ff83ac29 100644 --- a/altosui/AltosVoice.java +++ b/altosui/AltosVoice.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package altosui; +package AltosUI; import com.sun.speech.freetts.Voice; import com.sun.speech.freetts.VoiceManager; @@ -65,7 +65,7 @@ public class AltosVoice implements Runnable { } public void speak(String s) { - if (AltosPreferences.voice()) + if (AltosUIPreferences.voice()) speak_always(s); }