]> 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 a85a9d8e6a541f75fd9281cde74cf89973e2e266..c88bf567873659d9fa9fcaf37074a56869b32eeb 100644 (file)
  */
 
 #include "config.h"
-
 #include "empathy-password-dialog.h"
 
 #include <glib/gi18n-lib.h>
 
 #define DEBUG_FLAG EMPATHY_DEBUG_SASL
-#include <libempathy/empathy-debug.h>
-#include <libempathy/empathy-utils.h>
+#include "empathy-debug.h"
 
 G_DEFINE_TYPE (EmpathyPasswordDialog, empathy_password_dialog,
     EMPATHY_TYPE_BASE_PASSWORD_DIALOG)
@@ -131,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);