diff options
Diffstat (limited to 'chrome/browser/remoting/remoting_setup_flow.cc')
-rw-r--r-- | chrome/browser/remoting/remoting_setup_flow.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/remoting/remoting_setup_flow.cc b/chrome/browser/remoting/remoting_setup_flow.cc index 05c7590..f46fac0 100644 --- a/chrome/browser/remoting/remoting_setup_flow.cc +++ b/chrome/browser/remoting/remoting_setup_flow.cc @@ -165,8 +165,9 @@ void RemotingSetupFlow::OnCloseContents(TabContents* source, bool* out_close_dialog) { } -std::wstring RemotingSetupFlow::GetDialogTitle() const { - return l10n_util::GetString(IDS_REMOTING_SETUP_DIALOG_TITLE); +std::wstring RemotingSetupFlow::GetDialogTitle() const { + return UTF16ToWideHack( + l10n_util::GetStringUTF16(IDS_REMOTING_SETUP_DIALOG_TITLE)); } bool RemotingSetupFlow::IsDialogModal() const { |