[ekiga] Accounts Window: Give it a sane name.



commit e24d86d07ee22392f12365007dd40279c415c5a8
Author: Damien Sandras <dsandras beip be>
Date:   Sun Sep 23 13:40:23 2012 +0200

    Accounts Window: Give it a sane name.

 lib/engine/gui/gtk-frontend/accounts-window.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/accounts-window.cpp b/lib/engine/gui/gtk-frontend/accounts-window.cpp
index 211c05e..d9506a4 100644
--- a/lib/engine/gui/gtk-frontend/accounts-window.cpp
+++ b/lib/engine/gui/gtk-frontend/accounts-window.cpp
@@ -572,6 +572,7 @@ accounts_window_new (Ekiga::ServiceCore &core)
   self = (AccountsWindow *) g_object_new (ACCOUNTS_WINDOW_TYPE, NULL);
   self->priv = new AccountsWindowPrivate (core);
   vbox = gtk_vbox_new (FALSE, 2);
+  gtk_window_set_title (GTK_WINDOW (self), _("Accounts"));
 
   /* The menu */
   menu_bar = gtk_menu_bar_new ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]