Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(815)

Unified Diff: chrome/browser/ui/views/select_file_dialog.cc

Issue 6156001: Remove wstring from l10n_util. Part 8, the last part.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/keyboard_overlay_delegate.cc ('k') | views/controls/menu/menu_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/select_file_dialog.cc
===================================================================
--- chrome/browser/ui/views/select_file_dialog.cc (revision 70736)
+++ chrome/browser/ui/views/select_file_dialog.cc (working copy)
@@ -213,7 +213,7 @@
NOTREACHED();
return;
}
- title_string = l10n_util::GetString(string_id);
+ title_string = UTF16ToWide(l10n_util::GetStringUTF16(string_id));
} else {
title_string = UTF16ToWide(title);
}
« no previous file with comments | « chrome/browser/ui/views/keyboard_overlay_delegate.cc ('k') | views/controls/menu/menu_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698