vinagre r168 - trunk/src



Author: jwendell
Date: Thu Jan 31 11:57:16 2008
New Revision: 168
URL: http://svn.gnome.org/viewvc/vinagre?rev=168&view=rev

Log:
forgot the _() macro

Modified:
   trunk/src/vinagre-main.c

Modified: trunk/src/vinagre-main.c
==============================================================================
--- trunk/src/vinagre-main.c	(original)
+++ trunk/src/vinagre-main.c	Thu Jan 31 11:57:16 2008
@@ -88,7 +88,7 @@
 	      if (g_strcmp0 (url[0], "vnc"))
 		{
 		  errors = g_slist_prepend (errors,
-					    g_strdup_printf ("The protocol %s is not supported.",
+					    g_strdup_printf (_("The protocol %s is not supported."),
 					    		     url[0]));
 		  g_strfreev (url);
 		  continue;



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