a11y: set a proper label for the "Show Applications" dash button

https://bugzilla.gnome.org/show_bug.cgi?id=682366
This commit is contained in:
Alejandro Piñeiro 2012-08-24 17:27:31 +02:00
parent a1ecf459b3
commit b50604d070

View File

@ -251,6 +251,7 @@ const ShowAppsIcon = new Lang.Class({
this.setChild(this.toggleButton);
this.setHover(false);
this.toggleButton.label_actor = this.label;
},
_createIcon: function(size) {