| Index: chrome/browser/gtk/first_run_dialog.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/first_run_dialog.cc (revision 71269)
|
| +++ chrome/browser/gtk/first_run_dialog.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.
|
|
|
| @@ -342,7 +342,7 @@
|
| GtkWidget* logo_label = gtk_label_new(NULL);
|
| char* markup = g_markup_printf_escaped(
|
| "<span weight='bold' size='x-large' color='black'>%s</span>",
|
| - WideToUTF8((*search_engine_iter)->short_name()).c_str());
|
| + UTF16ToUTF8((*search_engine_iter)->short_name()).c_str());
|
| gtk_label_set_markup(GTK_LABEL(logo_label), markup);
|
| g_free(markup);
|
| gtk_widget_set_size_request(logo_label, -1,
|
|
|