ekiga r7474 - in trunk: . lib/engine/components/call-history lib/engine/gui/gtk-frontend po



Author: dsandras
Date: Sun Dec 21 19:15:08 2008
New Revision: 7474
URL: http://svn.gnome.org/viewvc/ekiga?rev=7474&view=rev

Log:
Fixed bug #564831.


Modified:
   trunk/ChangeLog
   trunk/lib/engine/components/call-history/history-book.cpp
   trunk/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
   trunk/po/POTFILES.in

Modified: trunk/lib/engine/components/call-history/history-book.cpp
==============================================================================
--- trunk/lib/engine/components/call-history/history-book.cpp	(original)
+++ trunk/lib/engine/components/call-history/history-book.cpp	Sun Dec 21 19:15:08 2008
@@ -39,6 +39,8 @@
 
 #include "config.h"
 
+#include <glib/gi18n.h>
+
 #include "gmconf.h"
 
 #include "history-book.h"
@@ -135,8 +137,8 @@
 History::Book::populate_menu (Ekiga::MenuBuilder &builder)
 {
   builder.add_action ("clear",
-		      "Clear history", sigc::mem_fun (this,
-					      &History::Book::clear));
+		      _("Clear List"), sigc::mem_fun (this,
+                                                      &History::Book::clear));
   return true;
 }
 

Modified: trunk/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
==============================================================================
--- trunk/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp	(original)
+++ trunk/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp	Sun Dec 21 19:15:08 2008
@@ -159,7 +159,7 @@
 	  contact->populate_menu (builder);
 	if (!builder.empty())
 	  builder.add_separator ();
-	builder.add_action ("clear", _("Clear"),
+	builder.add_action ("clear", _("Clear List"),
 			    sigc::mem_fun (book, &History::Book::clear));
 	gtk_widget_show_all (builder.menu);
 	gtk_menu_popup (GTK_MENU (builder.menu), NULL, NULL,

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Sun Dec 21 19:15:08 2008
@@ -4,6 +4,7 @@
 ekiga.schemas.in.in
 lib/engine/addressbook/skel/contact-core.cpp
 lib/engine/components/avahi/avahi-heap.cpp
+lib/engine/components/call-history/history-book.cpp
 lib/engine/components/call-history/history-contact.cpp
 lib/engine/components/evolution/evolution-book.cpp
 lib/engine/components/evolution/evolution-contact.cpp



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