]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-password-dialog.c
Center the 'smiley images' inside the menu items
[empathy.git] / libempathy-gtk / empathy-password-dialog.c
index ef03061a6dafbf488002b3a1a9a2d2d4c1975aac..c88bf567873659d9fa9fcaf37074a56869b32eeb 100644 (file)
@@ -129,6 +129,8 @@ empathy_password_dialog_constructed (GObject *object)
       G_CALLBACK (password_dialog_handler_invalidated_cb),
       object, 0);
 
+  gtk_window_set_title (GTK_WINDOW (self), _("Password Required"));
+
   text = g_strdup_printf (_("Enter your password for account\n<b>%s</b>"),
       tp_account_get_display_name (base->account));
   gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (self), text);