From c40325a00f8cec17a4a7a4569b54a4ed96eb2726 Mon Sep 17 00:00:00 2001 From: "zork@chromium.org" Date: Thu, 2 Aug 2012 07:46:35 +0000 Subject: Add accessible names to buttons in the Uber tray BUG=140163 Review URL: https://chromiumcodereview.appspot.com/10837067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149588 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/system/bluetooth/tray_bluetooth.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ash/system/bluetooth') diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc index 43b707f..3b08665 100644 --- a/ash/system/bluetooth/tray_bluetooth.cc +++ b/ash/system/bluetooth/tray_bluetooth.cc @@ -99,7 +99,8 @@ class BluetoothDetailedView : public TrayDetailsView, IDR_AURA_UBER_TRAY_BLUETOOTH_ENABLED, IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED, IDR_AURA_UBER_TRAY_BLUETOOTH_ENABLED_HOVER, - IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED_HOVER); + IDR_AURA_UBER_TRAY_BLUETOOTH_DISABLED_HOVER, + IDS_ASH_STATUS_TRAY_BLUETOOTH); toggle_bluetooth_->SetToggled(!delegate->GetBluetoothEnabled()); footer()->AddButton(toggle_bluetooth_); } -- cgit v1.1