ekiga r7095 - in trunk: . lib/engine/components/gstreamer po



Author: jpuydt
Date: Thu Sep 25 16:51:41 2008
New Revision: 7095
URL: http://svn.gnome.org/viewvc/ekiga?rev=7095&view=rev

Log:
Fixed #553459.

Modified:
   trunk/ChangeLog
   trunk/lib/engine/components/gstreamer/gst-videoinput.cpp
   trunk/po/POTFILES.in

Modified: trunk/lib/engine/components/gstreamer/gst-videoinput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	Thu Sep 25 16:51:41 2008
@@ -35,6 +35,8 @@
  *
  */
 
+#include "config.h"
+
 #include "gst-videoinput.h"
 
 #include <gst/interfaces/propertyprobe.h>
@@ -222,7 +224,7 @@
 
   if (elt != NULL) {
 
-    devices_by_name["Video test"] = "videotestsrc";
+    devices_by_name[_("Video test")] = "videotestsrc";
     gst_object_unref (GST_OBJECT (elt));
   }
 }

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Thu Sep 25 16:51:41 2008
@@ -8,6 +8,7 @@
 lib/engine/addressbook/ldap/ldap-source.cpp
 lib/engine/addressbook/ldap/ldap-book.cpp
 lib/engine/addressbook/skel/contact-core.cpp
+lib/engine/components/gstreamer/gst-videoinput.cpp
 lib/engine/gui/gtk-frontend/addressbook-window.cpp
 lib/engine/gui/gtk-frontend/book-view-gtk.cpp
 lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp



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