[orca] Fix for bug #630274 - Use system voice for the "starting Orca prefs for x application" message
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #630274 - Use system voice for the "starting Orca prefs for x application" message
- Date: Sun, 3 Oct 2010 13:20:12 +0000 (UTC)
commit 442ed5a2d04bd201fecf4b179292615eb11b9e29
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sun Oct 3 15:16:42 2010 +0200
Fix for bug #630274 - Use system voice for the "starting Orca prefs for x application" message
src/orca/app_gui_prefs.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/app_gui_prefs.py b/src/orca/app_gui_prefs.py
index a69bb0a..50e0b64 100644
--- a/src/orca/app_gui_prefs.py
+++ b/src/orca/app_gui_prefs.py
@@ -324,8 +324,7 @@ def showPreferencesUI():
# Orca for the application that currently has focus.
#
line = _("Starting Orca Preferences for %s.") % applicationName
- braille.displayMessage(line)
- speech.speak(line)
+ appScript.presentMessage(line)
prefsDict = orca_prefs.readPreferences()
orca_state.prefsUIFile = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]