| Index: chrome/browser/gtk/options/general_page_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/options/general_page_gtk.cc (revision 71269)
|
| +++ chrome/browser/gtk/options/general_page_gtk.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -686,7 +686,7 @@
|
| default_search_engines_model_, &iter,
|
| SEARCH_ENGINES_COL_INDEX, i,
|
| SEARCH_ENGINES_COL_TITLE,
|
| - WideToUTF8(model_urls[i]->short_name()).c_str(),
|
| + UTF16ToUTF8(model_urls[i]->short_name()).c_str(),
|
| -1);
|
| if (model_urls[i] == default_search_provider) {
|
| gtk_combo_box_set_active_iter(
|
|
|