extension_installed_bubble_gtk.cc | 231 GtkWidget* info_label = gtk_label_new(l10n_util::GetStringUTF8( local 233 gtk_util::SetLabelWidth(info_label, kTextColumnWidth); 234 gtk_box_pack_start(GTK_BOX(text_column), info_label, FALSE, FALSE, 0); local 239 GtkWidget* info_label = gtk_label_new(l10n_util::GetStringFUTF8( local 242 gtk_util::SetLabelWidth(info_label, kTextColumnWidth); 243 gtk_box_pack_start(GTK_BOX(text_column), info_label, FALSE, FALSE, 0); local
|