[gnome-shell] Enable the Screen Reader menu item
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Enable the Screen Reader menu item
- Date: Tue, 19 Jun 2012 16:20:02 +0000 (UTC)
commit e6f5e21b5d416746dd19628791bc93c43dc382f1
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 15 17:54:04 2012 -0400
Enable the Screen Reader menu item
https://bugzilla.gnome.org/show_bug.cgi?id=663256
js/ui/status/accessibility.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/status/accessibility.js b/js/ui/status/accessibility.js
index 42d3a3c..20c54c6 100644
--- a/js/ui/status/accessibility.js
+++ b/js/ui/status/accessibility.js
@@ -56,9 +56,9 @@ const ATIndicator = new Lang.Class({
let textZoom = this._buildFontItem();
this.menu.addMenuItem(textZoom);
-// let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA,
-// 'screen-reader-enabled');
-// this.menu.addMenuItem(screenReader);
+ let screenReader = this._buildItem(_("Screen Reader"), APPLICATIONS_SCHEMA,
+ 'screen-reader-enabled');
+ this.menu.addMenuItem(screenReader);
let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA,
'screen-keyboard-enabled');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]