a11y: Set an accessible-name to the overview

https://bugzilla.gnome.org/show_bug.cgi?id=671378
This commit is contained in:
Alejandro Piñeiro 2012-03-05 16:07:37 +01:00
parent 67ef448471
commit 92d2ebc3f9

View File

@ -126,7 +126,10 @@ const Overview = new Lang.Class({
this._spacing = 0; this._spacing = 0;
/* Translators: This is the main view to select
activities. See also note for "Activities" string. */
this._group = new St.Widget({ name: 'overview', this._group = new St.Widget({ name: 'overview',
accessible_name: _("Overview"),
reactive: true }); reactive: true });
this._group._delegate = this; this._group._delegate = this;
this._group.connect('style-changed', this._group.connect('style-changed',