Chromium Code Reviews| Index: views/controls/button/native_button.cc |
| =================================================================== |
| --- views/controls/button/native_button.cc (revision 71358) |
| +++ views/controls/button/native_button.cc (working copy) |
| @@ -80,7 +80,7 @@ |
| native_wrapper_->UpdateLabel(); |
| // Update the accessible name whenever the label changes. |
| - SetAccessibleName(label); |
| + SetAccessibleName(WideToUTF16Hack(label)); |
| PreferredSizeChanged(); |
| } |