[gnome-shell] a11y: Set a name for the keyboard status icon



commit a2d4f133b7b4aba37d40cbfdee7d33b9ec5b8786
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Mar 23 21:12:51 2012 +0100

    a11y: Set a name for the keyboard status icon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672719

 js/ui/status/keyboard.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/keyboard.js b/js/ui/status/keyboard.js
index cffb608..6299442 100644
--- a/js/ui/status/keyboard.js
+++ b/js/ui/status/keyboard.js
@@ -41,7 +41,7 @@ const XKBIndicator = new Lang.Class({
     Extends: PanelMenu.Button,
 
     _init: function() {
-        this.parent(0.0);
+        this.parent(0.0, _("Keyboard"));
 
         this._container = new Shell.GenericContainer();
         this._container.connect('get-preferred-width', Lang.bind(this, this._containerGetPreferredWidth));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]