| Index: remoting/host/disconnect_window_win.cc
|
| diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc
|
| index 5cbc44d8ad92cd88d449755a1282e7028a320735..4aa363955eb3bee062c731e7e80acf39e9b8aeb6 100644
|
| --- a/remoting/host/disconnect_window_win.cc
|
| +++ b/remoting/host/disconnect_window_win.cc
|
| @@ -89,6 +89,7 @@ BOOL DisconnectWindowWin::OnDialogMessage(HWND hwnd, UINT msg,
|
| HWND hwndButton = GetDlgItem(hwnd, IDC_DISCONNECT);
|
| CHECK(hwndButton);
|
| std::wstring w_button = UTF8ToWide(kDisconnectButton);
|
| + w_button += UTF8ToWide(kDisconnectKeysWin);
|
| SetWindowText(hwndButton, w_button.c_str());
|
|
|
| HWND hwndSharingWith = GetDlgItem(hwnd, IDC_DISCONNECT_SHARINGWITH);
|
|
|